diff options
author | 2025-01-13 17:19:48 -0500 | |
---|---|---|
committer | 2025-01-16 14:02:55 -0500 | |
commit | 3456fcbe03df51e38f89631a3b0613c99b985360 (patch) | |
tree | 2db0d43b40ee84a053c0541c281dddec7c9cbab4 /shared/src | |
parent | 94ebc5400d9c843e3296460fee1653026487c6a2 (diff) |
Remove and cleanup AppPairs flag
Test: Launcher compiles and runs
Bug: 274835596
Flag: EXEMPT cleanup
Change-Id: Iab8f17d444753df303ed1a09d6547917545e66f5
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/com/android/launcher3/testing/shared/TestProtocol.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/src/com/android/launcher3/testing/shared/TestProtocol.java b/shared/src/com/android/launcher3/testing/shared/TestProtocol.java index 5fcbbf1a35..0583d6dae9 100644 --- a/shared/src/com/android/launcher3/testing/shared/TestProtocol.java +++ b/shared/src/com/android/launcher3/testing/shared/TestProtocol.java @@ -169,7 +169,6 @@ public final class TestProtocol { public static final String PERMANENT_DIAG_TAG = "TaplTarget"; public static final String ICON_MISSING = "b/282963545"; public static final String REQUEST_FLAG_ENABLE_GRID_ONLY_OVERVIEW = "enable-grid-only-overview"; - public static final String REQUEST_FLAG_ENABLE_APP_PAIRS = "enable-app-pairs"; public static final String REQUEST_IS_RECENTS_WINDOW_ENABLED = "recents-window-enabled"; public static final String REQUEST_UNSTASH_BUBBLE_BAR_IF_STASHED = |