3bc8e6628e
It will handle Wifi Tethering more properly.
Refers:
- 6419ffb0f8
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ie916cb5ec8be4cf837efd4de8444cc327013b1af
11 lines
427 B
XML
11 lines
427 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.networkstack.tethering.samsung_gts3l"
|
|
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>
|