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

Commit 519bd07b authored by Jeff Sharkey's avatar Jeff Sharkey Committed by The Android Automerger
Browse files

Give DCS permission needed to measure all users.

DCS runs as owner user, but needs to measure details for other users
on the device.

Bug: 22503636
Change-Id: I6d6899fae90c4e92b94647676bda8b88bad412e6
parent 879a9825
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
         view storage for all users -->
    <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
    <uses-permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM" />
    <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />

    <application android:label="@string/service_name"
                 android:allowBackup="false">