dubai: overlay: Add regulatory labels
Change-Id: I5298dd027464b13f4f406c051aacbe558f4da2ff
This commit is contained in:
parent
341825c4be
commit
6b860264f2
5 changed files with 38 additions and 0 deletions
|
@ -38,6 +38,7 @@ $(call inherit-product, device/motorola/sm7325-common/common.mk)
|
|||
PRODUCT_PACKAGES += \
|
||||
FrameworksResDubai \
|
||||
LineageSystemUIDubai \
|
||||
SettingsResDubai \
|
||||
SettingsProviderResDubai \
|
||||
SystemUIResDubai
|
||||
|
||||
|
|
5
resource-overlay/dubai/Settings/Android.bp
Normal file
5
resource-overlay/dubai/Settings/Android.bp
Normal file
|
@ -0,0 +1,5 @@
|
|||
runtime_resource_overlay {
|
||||
name: "SettingsResDubai",
|
||||
sdk_version: "current",
|
||||
vendor: true
|
||||
}
|
10
resource-overlay/dubai/Settings/AndroidManifest.xml
Normal file
10
resource-overlay/dubai/Settings/AndroidManifest.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
coreApp="true"
|
||||
package="com.android.settings.overlay.dubai">
|
||||
<overlay android:targetPackage="com.android.settings" android:isStatic="true" android:priority="600" />
|
||||
</manifest>
|
BIN
resource-overlay/dubai/Settings/res/drawable/regulatory_info.png
Normal file
BIN
resource-overlay/dubai/Settings/res/drawable/regulatory_info.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
22
resource-overlay/dubai/Settings/res/values/config.xml
Normal file
22
resource-overlay/dubai/Settings/res/values/config.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Whether to show a preference item for regulatory information in About phone -->
|
||||
<bool name="config_show_regulatory_info">true</bool>
|
||||
|
||||
</resources>
|
Loading…
Reference in a new issue