Add regulation e-label for NA SKU of Bramble
Add NA SKU (G025E) regulation e-label. Fixes: 150907185 Test: visual Change-Id: Ie72d6285ec8674031ef55bdc3b9de9b5dc548fd2
This commit is contained in:
4
bramble/overlay_packages/SettingsOverlayG025E/Android.bp
Normal file
4
bramble/overlay_packages/SettingsOverlayG025E/Android.bp
Normal file
@@ -0,0 +1,4 @@
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayG025E",
|
||||
product_specific: true,
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settings.overlay.g025e">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="G025E"
|
||||
android:isStatic="true"
|
||||
android:priority="10" />
|
||||
</manifest>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
@@ -192,4 +192,5 @@ PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG025H \
|
||||
FrameworkOverlayG6QU3 \
|
||||
SettingsOverlayG025I \
|
||||
SettingsOverlayG6QU3
|
||||
SettingsOverlayG6QU3 \
|
||||
SettingsOverlayG025E
|
||||
|
||||
Reference in New Issue
Block a user