Files
device_xiaomi_sm6225-common/overlay/SettingsOverlayM7G/AndroidManifest.xml
Dyneteve 3eb1cd8aab topaz: overlay: Import regulatory info
Check the device variant with ro.boot.hwc

Signed-off-by: ralph950412 <ralph950412@gmail.com>
2023-12-10 00:39:54 +07:00

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.m7g">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.product.hardware.sku"
android:requiredSystemPropertyValue="m7g"
android:isStatic="true" />
</manifest>