Change-Id: I486938164462ae7ebe5867e74c4f77142f5ed14f Signed-off-by: AnierinB <anierin@evolution-x.org>
13 lines
401 B
XML
13 lines
401 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="lineageos.platform.device.lineage">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="800"
|
|
android:targetPackage="lineageos.platform" />
|
|
</manifest>
|