android_device_xiaomi_clover/rro_overlay/CloverApertureOverlay/AndroidManifest.xml
LuK1337 74369df033 clover: overlay: Configure aux camera for Aperture
[@jjpprrrr: camera ids
0: main camera
1: front facing camera
Therefore, block the rest of the aux camera ids.]

Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
2023-05-28 08:49:33 +02:00

9 lines
308 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.lineageos.aperture.overlay.clover">
<overlay
android:isStatic="true"
android:priority="750"
android:targetPackage="org.lineageos.aperture" />
</manifest>