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

Commit 00f9beb2 authored by Sam Dubey's avatar Sam Dubey Committed by Siarhei Vishniakou
Browse files

Allow sysui and launcher to use FLAG_SLIPPERY

Following commit I7a81d97ffccd7d56ca4f7e655e2cbf715b200ab0, the flag will be used to enable the interaction of pulling down the notification shade from the home screen.

Fix: 222991453
Change-Id: Ib49fcb6bd918b90f770b116f37ed356c2b2d59a6
(cherry picked from commit c07d90ff)
parent 650bc974
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  -->
<permissions>
    <privapp-permissions package="com.android.launcher3">
        <permission name="android.permission.ALLOW_SLIPPERY_TOUCHES"/>
        <permission name="android.permission.BIND_APPWIDGET"/>
        <permission name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS"/>
        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<permissions>
    <privapp-permissions package="com.android.systemui">
        <permission name="android.permission.CAPTURE_AUDIO_OUTPUT"/>
        <permission name="android.permission.ALLOW_SLIPPERY_TOUCHES"/>
        <permission name="android.permission.BATTERY_STATS"/>
        <permission name="android.permission.BIND_APPWIDGET"/>
        <permission name="android.permission.BLUETOOTH_PRIVILEGED"/>