mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 02:29:34 +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:
15
overlay/FrameworkResOverlayVermeer/AndroidManifest.xml
Normal file
15
overlay/FrameworkResOverlayVermeer/AndroidManifest.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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.frameworkresoverlay.vermeer">
|
||||
<application android:hasCode="false" />
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="1"
|
||||
android:targetPackage="android"
|
||||
android:targetName="VermeerFrameworkResOverlay" />
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user