be5134e09d
Bug: 240937964
Test: visual
Change-Id: I8170879b529a1f17e98397cbc189aa5d507b347e
(cherry picked from commit 093f54e976
)
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.ghl1x">
|
|
<application android:hasCode="false" />
|
|
<overlay android:targetPackage="com.android.settings"
|
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
|
android:requiredSystemPropertyValue="GHL1X"
|
|
android:isStatic="true" />
|
|
</manifest>
|