This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_msm8953-common/rro_overlays/TetheringOverlay/AndroidManifest.xml
LuK1337 88f5c17a4a msm8953-common: TetheringOverlay: Disable BPF
* Such is life with 3.18 kernels.

Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
2021-03-05 15:28:17 +00:00

12 lines
429 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.networkstack.tethering.motorola_sdm660"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />
<overlay
android:targetPackage="com.android.networkstack.tethering"
android:targetName="TetheringConfig"
android:isStatic="true"
android:priority="0"/>
</manifest>