mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Add TetheringOverlay
BUG: 163800715 Signed-off-by: Weilun Du <wdu@google.com> Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
ef04b3c207
commit
39d0711c3c
4 changed files with 38 additions and 1 deletions
11
rro_overlays/TetheringOverlay/AndroidManifest.xml
Normal file
11
rro_overlays/TetheringOverlay/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.networkstack.tethering.samsung_universal8890"
|
||||
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>
|
||||
Loading…
Reference in a new issue