Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c6508a5 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Camera: Declare SYSTEM_CAMERA permission

* This will allow us to access cameras that are declared as "System Cameras" by the Camera HAL
* Together with this, the app will have to be installed as a system app or signed with the same signature as system (protection level of system|signature) to be granted this permission
parent 2c8b20a8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.SYSTEM_CAMERA" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />