Merge "Add regulation e-label for NA SKU of Bramble" into rvc-d1-dev

This commit is contained in:
Yanting Yang
2020-08-07 15:02:19 +00:00
committed by Android (Google) Code Review
4 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
runtime_resource_overlay {
name: "SettingsOverlayG025E",
product_specific: true,
}

View File

@@ -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

View File

@@ -192,4 +192,5 @@ PRODUCT_PACKAGES += \
SettingsOverlayG025H \
FrameworkOverlayG6QU3 \
SettingsOverlayG025I \
SettingsOverlayG6QU3
SettingsOverlayG6QU3 \
SettingsOverlayG025E