Loading quickstep/libs/sysui_shared.jar −425 B (119 KiB) File changed.No diff preview for this file type. View original file View changed file quickstep/res/values/strings.xml +0 −3 Original line number Diff line number Diff line Loading @@ -27,9 +27,6 @@ <!-- Title for an option to keep an app pinned to the screen until it is unpinned --> <string name="recent_task_option_pin">Pin</string> <!-- Text that shows above the navigation bar after launching a few apps --> <string name="recents_swipe_up_onboarding">Swipe up from the bottom to switch apps</string> <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_desc_recent_apps">Overview</string> Loading quickstep/src/com/android/quickstep/TouchInteractionService.java +0 −2 Original line number Diff line number Diff line Loading @@ -99,8 +99,6 @@ public class TouchInteractionService extends Service { public void onBind(ISystemUiProxy iSystemUiProxy) { mISystemUiProxy = iSystemUiProxy; mRecentsModel.setSystemUiProxy(mISystemUiProxy); RemoteRunnable.executeSafely(() -> mISystemUiProxy.setRecentsOnboardingText( getResources().getString(R.string.recents_swipe_up_onboarding))); mOverviewInteractionState.setSystemUiProxy(mISystemUiProxy); } Loading Loading
quickstep/libs/sysui_shared.jar −425 B (119 KiB) File changed.No diff preview for this file type. View original file View changed file
quickstep/res/values/strings.xml +0 −3 Original line number Diff line number Diff line Loading @@ -27,9 +27,6 @@ <!-- Title for an option to keep an app pinned to the screen until it is unpinned --> <string name="recent_task_option_pin">Pin</string> <!-- Text that shows above the navigation bar after launching a few apps --> <string name="recents_swipe_up_onboarding">Swipe up from the bottom to switch apps</string> <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_desc_recent_apps">Overview</string> Loading
quickstep/src/com/android/quickstep/TouchInteractionService.java +0 −2 Original line number Diff line number Diff line Loading @@ -99,8 +99,6 @@ public class TouchInteractionService extends Service { public void onBind(ISystemUiProxy iSystemUiProxy) { mISystemUiProxy = iSystemUiProxy; mRecentsModel.setSystemUiProxy(mISystemUiProxy); RemoteRunnable.executeSafely(() -> mISystemUiProxy.setRecentsOnboardingText( getResources().getString(R.string.recents_swipe_up_onboarding))); mOverviewInteractionState.setSystemUiProxy(mISystemUiProxy); } Loading