From 0ad27632ca3ec2a128d95062ee6e2604c6cb0c5b Mon Sep 17 00:00:00 2001 From: Tracy Zhou Date: Wed, 11 Apr 2018 20:40:53 -0700 Subject: [PATCH] Move QuickStep onboarding strings from Launcher to SysUI Test: N/A Bug: 70180942 Change-Id: Ic3bd63899017f23c011a41a7a5a9e73a87b9eec1 --- packages/SystemUI/res/values/strings.xml | 4 ++++ .../android/systemui/shared/recents/ISystemUiProxy.aidl | 5 ----- .../src/com/android/systemui/OverviewProxyService.java | 9 --------- .../com/android/systemui/recents/RecentsOnboarding.java | 7 +------ 4 files changed, 5 insertions(+), 20 deletions(-) diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 29f13359da5b2..a4ea5e81878dc 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -844,6 +844,10 @@ Clear all Drag here to use split screen + + Swipe up to switch apps + + Drag right to quickly switch apps Split Horizontal diff --git a/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl b/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl index 4799f398fb7a2..f13be73e5c919 100644 --- a/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl +++ b/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ISystemUiProxy.aidl @@ -35,11 +35,6 @@ interface ISystemUiProxy { */ void startScreenPinning(int taskId) = 1; - /** - * Specifies the text to be shown for onboarding the new swipe-up gesture to access recents. - */ - void setRecentsOnboardingText(CharSequence text) = 3; - /** * Enables/disables launcher/overview interaction features {@link InteractionType}. */ diff --git a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java index b1020cfb5a846..3443334e833a0 100644 --- a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java +++ b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java @@ -78,7 +78,6 @@ public class OverviewProxyService implements CallbackController