Files
sing-box-for-android/app/src/otherLegacy/AndroidManifest.xml
T
2026-01-10 21:31:04 +08:00

13 lines
352 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application>
<service
android:name=".bg.RootServer"
android:exported="false"
tools:ignore="Instantiatable" />
</application>
</manifest>