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

Commit 27833ebe authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Expose RECORD_AUDIO to Instant Apps

This runtime permission should have been exposed to Instant Apps but
incorrectly was not

Bug: 67578813
Test: cts-tradefed run cts -m CtsPermission2TestCases
Change-Id: Icad01cc8e99f52c6e638f54aaf78e9cc56475fc4
parent 2257fda5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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                              -->