Update the e-label of GF5KQ and add the e-labels for GLU0G and G8V0U. Fixes: 187846268 Test: visual Change-Id: I76bf53297abf4d00051beda670d847477444f7b6
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.glu0g">
|
|
<application android:hasCode="false" />
|
|
<overlay android:targetPackage="com.android.settings"
|
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
|
android:requiredSystemPropertyValue="GLU0G"
|
|
android:isStatic="true" />
|
|
</manifest>
|