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

Commit 64a4edd4 authored by Ankita Vyas's avatar Ankita Vyas
Browse files

Add READ_DEVICE_CONFIG for docsUI

Bug: 320414608
Test: adb shell dumpsys package shows permission granted
Change-Id: I79a8680de5be8138e09d9667c6b339994db05987
parent 3cb12479
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@

    <uses-permission android:name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>

    <!-- Permissions required for reading device configs -->
    <uses-permission android:name="android.permission.READ_DEVICE_CONFIG"/>

    <application
        android:name=".DocumentsApplication"
        android:label="@string/app_label"