android_device_motorola_milanf/resource-overlay/device/LineageApertureApp/AndroidManifest.xml
Michael Bestas 8f5e00893d rhodep: Disable macro camera in Aperture
Video recording crashes

Change-Id: Ib32e4c48d7992f24b7691258d26032b1fdeb82cd
2025-07-11 18:28:18 +02:00

13 lines
409 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="org.lineageos.aperture.device.lineage">
<overlay
android:isStatic="true"
android:priority="800"
android:targetPackage="org.lineageos.aperture" />
</manifest>