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

Commit 302bed33 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Grant ACCESS_SHARED_LIBRARIES permission to Shell for testing." am: 1b9f4b92

Change-Id: I663020a8a74a913035cbbd7ceab31cac59871ba7
parents f94ecdc1 1b9f4b92
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -248,6 +248,9 @@
    <!-- Permission required for testing system audio effect APIs. -->
    <uses-permission android:name="android.permission.MODIFY_DEFAULT_AUDIO_EFFECTS"/>

    <!-- Permissions needed to test shared libraries -->
    <uses-permission android:name="android.permission.ACCESS_SHARED_LIBRARIES" />

    <application android:label="@string/app_label"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:defaultToDeviceProtectedStorage="true"