From 00f9beb29d30747fd497320cf58e67b155adbae5 Mon Sep 17 00:00:00 2001 From: Sam Dubey Date: Sun, 6 Mar 2022 12:39:29 +0000 Subject: 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 c07d90ff207cef18e30cc35efb8a0b456b24ba01) --- data/etc/com.android.launcher3.xml | 1 + data/etc/com.android.systemui.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/data/etc/com.android.launcher3.xml b/data/etc/com.android.launcher3.xml index 598d2027a0e9..36a51341f52d 100644 --- a/data/etc/com.android.launcher3.xml +++ b/data/etc/com.android.launcher3.xml @@ -16,6 +16,7 @@ --> + diff --git a/data/etc/com.android.systemui.xml b/data/etc/com.android.systemui.xml index ae350ec547c3..d1873a0f40cf 100644 --- a/data/etc/com.android.systemui.xml +++ b/data/etc/com.android.systemui.xml @@ -17,6 +17,7 @@ + -- cgit v1.2.3-59-g8ed1b