device_google_lynx/lynx/overlay_packages/SettingsOverlayG82U8/AndroidManifest.xml

10 lines
440 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.g82u8">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="G82U8"
android:isStatic="true" />
</manifest>