10 lines
440 B
XML
10 lines
440 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.android.settings.overlay.gwkk3">
|
||
|
<application android:hasCode="false" />
|
||
|
<overlay android:targetPackage="com.android.settings"
|
||
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||
|
android:requiredSystemPropertyValue="GWKK3"
|
||
|
android:isStatic="true" />
|
||
|
</manifest>
|