You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
619 B

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
package="com.android.proxyhandler"
coreApp="true">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="@string/app_label"
android:process="com.android.proxyhandler"
android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true">
<service android:name=".ProxyService"
android:exported="true">
</service>
</application>
</manifest>