commit | f6db05e59f0fa6684440d5251de5ddb5b9bbbe8e | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Wed Oct 13 13:37:50 2021 -0400 |
committer | Dave Mankoff <mankoff@google.com> | Thu Oct 14 17:39:09 2021 -0400 |
tree | 756f7d433e55847dcbd317ac7e58303bc03945d4 | |
parent | 349012b8ce88a0cf3ed3c6e51045b378eba0d93d [diff] |
Add ability to set/erase flags via intents. A flag can be set with a command like the following: adb shell am broadcast -a com.android.systemui.action.SET_FLAG \ --ei id 1 --ez value 1 A flag can be "erased" with the same command, but leaving the value unset. Bug: 202860494 Test: manual Change-Id: If1097e230692df49a6de7cbbb71ed37b0499c663