Loading quickstep/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ android:protectionLevel="signature|privileged" /> <application android:backupAgent="com.android.launcher3.LauncherBackupAgent" android:enableOnBackInvokedCallback="true" android:fullBackupOnly="true" android:fullBackupContent="@xml/backupscheme" android:hardwareAccelerated="true" Loading quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +0 −4 Original line number Diff line number Diff line Loading @@ -681,10 +681,6 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer, @Override protected void onCreate(Bundle savedInstanceState) { // Back dispatcher is registered in {@link BaseActivity#onCreate}. For predictive back to // work, we must opt-in BEFORE registering back dispatcher. So we need to call // setEnableOnBackInvokedCallback() before super.onCreate() getApplicationInfo().setEnableOnBackInvokedCallback(true); super.onCreate(savedInstanceState); if (savedInstanceState != null) { mPendingSplitSelectInfo = ObjectWrapper.unwrap( Loading Loading
quickstep/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ android:protectionLevel="signature|privileged" /> <application android:backupAgent="com.android.launcher3.LauncherBackupAgent" android:enableOnBackInvokedCallback="true" android:fullBackupOnly="true" android:fullBackupContent="@xml/backupscheme" android:hardwareAccelerated="true" Loading
quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +0 −4 Original line number Diff line number Diff line Loading @@ -681,10 +681,6 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer, @Override protected void onCreate(Bundle savedInstanceState) { // Back dispatcher is registered in {@link BaseActivity#onCreate}. For predictive back to // work, we must opt-in BEFORE registering back dispatcher. So we need to call // setEnableOnBackInvokedCallback() before super.onCreate() getApplicationInfo().setEnableOnBackInvokedCallback(true); super.onCreate(savedInstanceState); if (savedInstanceState != null) { mPendingSplitSelectInfo = ObjectWrapper.unwrap( Loading