vermeer: Import device overlays and overlays especific variant

Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>

Change-Id: Ia3f9d8eabf965e291d10c582faeca10407f8cb0d
This commit is contained in:
ByteWave1014
2025-02-18 12:51:27 -05:00
committed by Lunark :3
parent 8beca9e2c7
commit e693901d62
24 changed files with 898 additions and 15 deletions

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

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

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