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

Commit ed2bb39a authored by zhouwenjie's avatar zhouwenjie
Browse files

Change PEEK_DROPBOX_DATA permission level to signature

We don't need the extra "privileged" tag.

Bug: 139375147
Test: treehugger
Change-Id: I18f1fb4190ff74cdd45b974001762cbf55aca61e
parent 0c1dd67d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4653,7 +4653,7 @@
        of this permission are REQUIRED to themselves check that the caller has
        PACKAGE_USAGE_STATS and OP_GET_USAGE_STATS. -->
    <permission android:name="android.permission.PEEK_DROPBOX_DATA"
        android:protectionLevel="signature|privileged" />
        android:protectionLevel="signature" />

    <application android:process="system"
                 android:persistent="true"