mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Addtitionally, Add device-specific trees as well Change-Id: Icbbc31c063b18bce3702d0b208a0aee78148a7c0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
11 lines
436 B
XML
11 lines
436 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.networkstack.tethering.samsung_universal7884B"
|
|
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>
|