android_device_motorola_milanf/resource-overlay/device/LineagePlatform/AndroidManifest.xml
Michael Bestas bade0bc949 milanf: Add notification LED support
Change-Id: I486938164462ae7ebe5867e74c4f77142f5ed14f
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-08-22 14:27:06 +00:00

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>