xingyun/README.md

21 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

react-native generate-bootsplash <logo-file> \
--platforms=android,ios,web \
--background=FFFFFF \
--logo-width=100 \
--assets-output=src/assets \
--flavor=main \
--html=src/index.html
## Google Play Store — Foreground Service (Special Use) 声明
本应用使用 `FOREGROUND_SERVICE_SPECIAL_USE` 权限运行 VPN 隧道服务。
**在 Play Console 提交审核时需要在「App content → Foreground service permissions」中填写以下声明**
> **Service type:** Special Use
>
> **Use case description:**
> This app provides VPN tunnel functionality to route device network traffic through encrypted proxy servers for network acceleration and privacy protection. The VPN foreground service must run continuously while the user has an active connection, as it maintains the TUN interface, DNS resolution, and encrypted traffic forwarding. The service cannot use `dataSync` or other time-limited foreground service types because VPN connections are long-lived by nature and must persist until the user explicitly disconnects. The service displays an ongoing notification so the user is always aware of the active VPN connection.
>
> **Video demonstration:** (按需提供一段录屏,展示用户点击连接 → VPN 运行 → 通知栏显示 → 用户断开的完整流程)