AndroidManifest.xml 440 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.android.settings.overlay.g0dzq">
  4. <application android:hasCode="false" />
  5. <overlay android:targetPackage="com.android.settings"
  6. android:requiredSystemPropertyName="ro.boot.hardware.sku"
  7. android:requiredSystemPropertyValue="G0DZQ"
  8. android:isStatic="true" />
  9. </manifest>