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

Commit 84c7111c authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #8032572: Android app permission help text "null"...

...for "Microphone / Record audio"

Change-Id: Ie839b055771950e1078fa66506a007203338cfb5
parent ec5dc76a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -918,7 +918,8 @@
    <permission android:name="android.permission.RECORD_AUDIO"
        android:permissionGroup="android.permission-group.MICROPHONE"
        android:protectionLevel="dangerous"
        android:label="@string/permlab_recordAudio" />
        android:label="@string/permlab_recordAudio"
        android:description="@string/permdesc_recordAudio" />


    <!-- =========================================== -->