android_vendor_hardware_ove.../Tethering-nobpf/AndroidManifest.xml

13 lines
515 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.tethering.nobpf"
android:versionCode="1"
android:versionName="1.0">
<overlay
android:priority="10"
android:requiredSystemPropertyName="persist.sys.phh.tethering.nobpf"
android:requiredSystemPropertyValue="1"
android:targetPackage="com.android.networkstack.tethering"
android:targetName="TetheringConfig"
android:isStatic="true" />
</manifest>