mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-06-24 20:57:55 +09:00
14 lines
395 B
XML
14 lines
395 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="lineageos.platform.xiaomi_sm6250">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="100"
|
|
android:targetPackage="lineageos.platform" />
|
|
</manifest>
|