Add VPN app scanner

This commit is contained in:
世界
2023-10-27 13:09:40 +08:00
parent 953a0bee72
commit 821e713e6c
10 changed files with 643 additions and 1 deletions

View File

@@ -111,6 +111,12 @@
<activity
android:name="io.nekohasekai.sfa.ui.profileoverride.PerAppProxyActivity"
android:exported="false" />
<activity
android:name="io.nekohasekai.sfa.ui.debug.DebugActivity"
android:exported="false" />
<activity
android:name="io.nekohasekai.sfa.ui.debug.VPNScanActivity"
android:exported="false" />
<service
android:name=".bg.TileService"