diff options
| author | 2024-01-08 18:48:32 +0000 | |
|---|---|---|
| committer | 2024-01-08 18:48:37 +0000 | |
| commit | 4b99bd0dec9ac5791b5b4939bf89be92be973116 (patch) | |
| tree | c78507b644941eff9c1c71070733917510fcee49 | |
| parent | 477a62f6c4e19a344dc45f3ee9b2e897dc1d4770 (diff) | |
Remove initial example flag, enough real examples available now.
Change-Id: I08c4e55c6d1faa150cd918c40695933241f2611f
| -rw-r--r-- | libs/WindowManager/Shell/aconfig/multitasking.aconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 901d5fa0cd9a..0e046581cb48 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -1,13 +1,6 @@ package: "com.android.wm.shell" flag { - name: "example_flag" - namespace: "multitasking" - description: "An Example Flag" - bug: "300136750" -} - -flag { name: "enable_app_pairs" namespace: "multitasking" description: "Enables the ability to create and save app pairs to the Home screen" |