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:
10
overlay/SettingsOverlayVermeerPOCO/Android.bp
Normal file
10
overlay/SettingsOverlayVermeerPOCO/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Copyright (C) 2025 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayVermeerPOCO",
|
||||
device_specific: true,
|
||||
}
|
||||
16
overlay/SettingsOverlayVermeerPOCO/AndroidManifest.xml
Normal file
16
overlay/SettingsOverlayVermeerPOCO/AndroidManifest.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2025 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.lineageos.settingsoverlay.vermeer.poco">
|
||||
<application android:hasCode="false" />
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="800"
|
||||
android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hwc"
|
||||
android:requiredSystemPropertyValue="GL" />
|
||||
</manifest>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 233 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 229 KiB |
Reference in New Issue
Block a user