summaryrefslogtreecommitdiff
path: root/lynx/overlay_packages/SettingsOverlayG0DZQ/AndroidManifest.xml
blob: 80eb71886db3fa5264dd559d4a0441cd15ea4b91 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.settings.overlay.g0dzq">
    <application android:hasCode="false" />
    <overlay android:targetPackage="com.android.settings"
             android:requiredSystemPropertyName="ro.boot.hardware.sku"
             android:requiredSystemPropertyValue="G0DZQ"
             android:isStatic="true" />
</manifest>