dubai: camera: Ignore face unlock and ASI front camera usage

These use the front camera frequently but aren't critical to
functionality, so we don't need to disrupt 5G services.

Change-Id: I0d23c3bfec936ddefcabb93e6a579a5eb11b3574
This commit is contained in:
Adithya R 2023-10-02 08:31:57 +05:30 committed by Marc Bourgoin
commit 3e6bd8cf18
2 changed files with 15 additions and 8 deletions

View file

@ -8,6 +8,7 @@
android:sharedUserId="android.uid.system">
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.CAMERA_OPEN_CLOSE_LISTENER" />
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
<uses-permission android:name="com.qualcomm.permission.USE_QCRIL_MSG_TUNNEL" />