dubai: Debrand manifests & overlays
This makes it easier to compare devices and/or convert device trees. Change-Id: I74edc128a9c825cbc3189a6c1594ac5b19bae591
This commit is contained in:
parent
0e3357e8e6
commit
65585bf2bf
26 changed files with 2 additions and 2 deletions
5
resource-overlay/device/Settings/Android.bp
Normal file
5
resource-overlay/device/Settings/Android.bp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
runtime_resource_overlay {
|
||||
name: "SettingsResDubai",
|
||||
sdk_version: "current",
|
||||
vendor: true
|
||||
}
|
||||
10
resource-overlay/device/Settings/AndroidManifest.xml
Normal file
10
resource-overlay/device/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>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
25
resource-overlay/device/Settings/res/values/config.xml
Normal file
25
resource-overlay/device/Settings/res/values/config.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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>
|
||||
|
||||
<!-- The radius of the enrollment progress bar, in dp -->
|
||||
<integer name="config_udfpsEnrollProgressBar">65</integer>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue