Merge "Add regulation e-label for TangorPro" into tm-qpr-dev am: f472721012
am: 265e4f0f8f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20838871 Change-Id: I2865916458e55f93f0a3b4ac4b8e8a0ee233ee24 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a70e5aeb43
4 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGTU8P",
|
||||
product_specific: true,
|
||||
}
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue