mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 18:07:35 +00:00
- required after LineageOS/android_packages_apps_Settings@af35c7c Change-Id: I79ecd91513df0d195e1d15d20b4438d1b283743f Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
14 lines
398 B
XML
14 lines
398 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.settings.overlay.rtwo">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="350"
|
|
android:targetPackage="com.android.settings" />
|
|
</manifest>
|