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

Commit c4e35023 authored by Bryce Lee's avatar Bryce Lee
Browse files

Remove BIND_DREAM_SERVICE permission from SystemUI.

This permission was added for the initial dream overlay
approach, but is not needed for the submitted implementation.

Test: atest CtsPermissionTestCases:android.permission.cts.ServicePermissionTest#testServicePermissions
Bug: 205419141
Change-Id: I347c7cb08d7c507a0896b680d637bf9f53e7a56a
parent 6f1163ce
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -294,9 +294,6 @@

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

    <!-- Permission for dream overlay. -->
    <uses-permission android:name="android.permission.BIND_DREAM_SERVICE" />

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

    <protected-broadcast android:name="com.android.settingslib.action.REGISTER_SLICE_RECEIVER" />