[Predictive Back] Enable predictive back in AndroidManifest.xml

Calling "getApplicationInfo().setEnableOnBackInvokedCallback(true)" is only suggested in tests.

Fix: 337985862
Flag: NONE - release feature fix
Test: manual
Change-Id: I336bdbe31c726b518d9342b1d39ef9e92f4dd498
This commit is contained in:
Fengjiang Li
2024-09-23 16:00:34 -07:00
parent e58dad0821
commit 45d79db4d7
2 changed files with 1 additions and 4 deletions
@@ -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(