13 lines
672 B
XML
13 lines
672 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- The list of package IDs that are allowed to use aux cameras.
|
|
NOTE: If this list is empty then all apps will be able to use aux cameras. -->
|
|
<string-array name="config_cameraAuxPackageAllowList" translatable="false">
|
|
<item>com.android.camera</item>
|
|
<item>org.lineageos.aperture</item>
|
|
<item>org.lineageos.aperture.dev</item>
|
|
<item>com.crdroid.faceunlock</item>
|
|
<item>org.pixelexperience.faceunlock</item>
|
|
</string-array>
|
|
</resources>
|