cca9b00609
Bug: 238038220 Test: visual Change-Id: I880bb59217f59af352dfab25e5844e54b49bdf38
9 lines
440 B
XML
9 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.g82u8">
|
|
<application android:hasCode="false" />
|
|
<overlay android:targetPackage="com.android.settings"
|
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
|
android:requiredSystemPropertyValue="G82U8"
|
|
android:isStatic="true" />
|
|
</manifest>
|