dubai: overlay: Add regulatory labels

Change-Id: I5298dd027464b13f4f406c051aacbe558f4da2ff
This commit is contained in:
Adithya R 2023-05-23 22:51:41 +05:30 committed by Marc Bourgoin
parent 341825c4be
commit 6b860264f2
5 changed files with 38 additions and 0 deletions

View file

@ -38,6 +38,7 @@ $(call inherit-product, device/motorola/sm7325-common/common.mk)
PRODUCT_PACKAGES += \
FrameworksResDubai \
LineageSystemUIDubai \
SettingsResDubai \
SettingsProviderResDubai \
SystemUIResDubai

View file

@ -0,0 +1,5 @@
runtime_resource_overlay {
name: "SettingsResDubai",
sdk_version: "current",
vendor: true
}

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

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