mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
BUG: 163800715 Signed-off-by: Weilun Du <wdu@google.com> Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
11 lines
435 B
XML
11 lines
435 B
XML
<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>
|