mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
vermeer: Import device overlays and overlays especific variant
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com> Change-Id: Ia3f9d8eabf965e291d10c582faeca10407f8cb0d
This commit is contained in:
11
overlay/SettingsOverlayVermeer/Android.bp
Normal file
11
overlay/SettingsOverlayVermeer/Android.bp
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Copyright (C) 2025 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayVermeer",
|
||||
sdk_version: "current",
|
||||
vendor: true,
|
||||
}
|
||||
8
overlay/SettingsOverlayVermeer/AndroidManifest.xml
Normal file
8
overlay/SettingsOverlayVermeer/AndroidManifest.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.lineageos.settingsoverlay.vermeer">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:isStatic="true"
|
||||
android:priority="1"
|
||||
android:targetPackage="com.android.settings"
|
||||
android:targetName="VermeerSettingsOverlay" />
|
||||
</manifest>
|
||||
26
overlay/SettingsOverlayVermeer/res/values/config.xml
Normal file
26
overlay/SettingsOverlayVermeer/res/values/config.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2009, 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.
|
||||
*/
|
||||
-->
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. Do not translate.
|
||||
NOTE: The naming convention is "config_camelCaseValue". Some legacy
|
||||
entries do not follow the convention, but all new entries should. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- The radius of the enrollment progress bar, in dp -->
|
||||
<integer name="config_udfpsEnrollProgressBar">75</integer>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user