diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 1afc21215c68..8c0da4fb5b47 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -956,7 +956,7 @@ android:permissionGroup="android.permission-group.MICROPHONE" android:label="@string/permlab_recordAudio" android:description="@string/permdesc_recordAudio" - android:protectionLevel="dangerous"/> + android:protectionLevel="dangerous|instant"/> <!-- ====================================================================== --> <!-- Permissions for accessing the UCE Service --> |