Check the device variant with ro.boot.hwc Signed-off-by: ralph950412 <ralph950412@gmail.com>
10 lines
450 B
XML
10 lines
450 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.settings.overlay.topaz.m7l">
|
|
<application android:hasCode="false" />
|
|
<overlay android:targetPackage="com.android.settings"
|
|
android:requiredSystemPropertyName="ro.boot.product.hardware.sku"
|
|
android:requiredSystemPropertyValue="m7l"
|
|
android:isStatic="true" />
|
|
</manifest>
|