Add regulation e-labels of B3

Add labels for GB62Z(VzW mmWave), GX7AS(ROW Sub6), G1AZG(EU Sub6) and
GB17L(JP Sub6)

Bug: 204885051
Test: visual
Change-Id: I45dd6ddb9e69f1bff23c8a31ac47deafcc2312f7
This commit is contained in:
Yanting Yang 2022-02-24 01:05:21 +08:00
parent 9f067aae85
commit b74419ba77
11 changed files with 55 additions and 1 deletions

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayG1AZG",
product_specific: true,
}

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.g1azg">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="G1AZG"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 756 KiB

Before After
Before After

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayGB62Z",
product_specific: true,
}

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.gb62z">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GB62Z"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayGX7AS",
product_specific: true,
}

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.gx7as">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GX7AS"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 KiB

View file

@ -182,7 +182,10 @@ PRODUCT_PACKAGES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGB17L
SettingsOverlayGB17L \
SettingsOverlayG1AZG \
SettingsOverlayGB62Z \
SettingsOverlayGX7AS
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \