diff options
| author | 2022-02-03 15:02:23 +0100 | |
|---|---|---|
| committer | 2022-02-14 22:27:10 +0100 | |
| commit | 625f5e286f368f6d7002f12d416b6379b063c8ea (patch) | |
| tree | 669931316193ca1909b6c339e7b3f9dd4415a8d7 /data | |
| parent | ebcfbdfc58793c4940c42523fd8053c5ab4b3015 (diff) | |
Add enableOnBackInvokedCallaback manifest attribute
Add a manifest flag for applications to opt-out of the new back
navigation system.
Test: atest
CtsWindowManagerDeviceTestCases: android.server.wm.BackNavigationLegacyTest
Bug: 217709328
Change-Id: I43d09a37b126e59bdb8f20bb83cf6d99e53a1e91
Diffstat (limited to 'data')
| -rw-r--r-- | data/etc/services.core.protolog.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/etc/services.core.protolog.json b/data/etc/services.core.protolog.json index 4aa0f07f3cb9..177965534b18 100644 --- a/data/etc/services.core.protolog.json +++ b/data/etc/services.core.protolog.json @@ -2653,6 +2653,12 @@ "group": "WM_ERROR", "at": "com\/android\/server\/wm\/WindowManagerService.java" }, + "664667685": { + "message": "Activity %s: enableOnBackInvokedCallback=false. Returning null BackNavigationInfo.", + "level": "DEBUG", + "group": "WM_DEBUG_BACK_PREVIEW", + "at": "com\/android\/server\/wm\/BackNavigationController.java" + }, "665256544": { "message": "All windows drawn!", "level": "DEBUG", |