Add regulation e-label for TangorPro

Bug: 249000738
Test: visual
Change-Id: Id267f0faa85bd8da95bc59aecfd10697c57b7fcf
This commit is contained in:
Yanting Yang 2022-12-29 22:50:02 +08:00
parent c07e9c1ff7
commit 932308de7e
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayGTU8P",
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.gtu8p">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GTU8P"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 KiB