Files
v2rayNG/V2rayNG/dpreference/src/main/AndroidManifest.xml
2dust 2d8ed22dba mge
2019-10-11 14:17:10 +08:00

17 lines
448 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.dozen.dpreference">
<application
android:allowBackup="true"
android:supportsRtl="true">
<provider
android:name="me.dozen.dpreference.PreferenceProvider"
android:enabled="true"
android:authorities="com.v2ray.ang.dpreference"
android:exported="false" />
</application>
</manifest>