diff options
author | Govinda Wasserman <gwasserman@google.com> | 2019-05-20 14:43:28 -0400 |
---|---|---|
committer | Govinda Wasserman <gwasserman@google.com> | 2019-05-23 18:57:58 -0400 |
commit | c7495cd6072e05d78dbc270eaa384b535e80db79 (patch) | |
tree | 78c26d407a7eba2fc660847a52de1a82d323cfcd /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 3fce56e79c5004d5f33ce3ec9b580c1e2364c672 (diff) |
Adds an Assistant handle controller to the AssistManager
This will control when the Assistant handles show or hide.
Change mode using the following command:
$ adb shell am broadcast \
-a "com.google.systemui.SET_ASSIST_HANDLE_BEHAVIOR" \
--es behavior "${BEHAVIOR}"
BEHAVIOR can be one of: OFF, LIKE_HOME, or REMINDER_EXP
Change the minimum time between handle appearance in REMINDER_EXP using
the following command:
$ adb shell setprop ASSIST_HANDLES_SHOWN_FREQUENCY_THRESHOLD_MS \
${DESIRED_MILLISECONDS}
Change the duration the handles appear in REMINDER_EXP using the
following command:
$ adb shell setprop ASSIST_HANDLES_SHOW_AND_GO_DURATION_MS \
${DESIRED_MILLISECONDS}
BUG:132983599
BUG:131115187
Test: atest AssistHandleBehaviorControllerTest
Test: Tested locally.
Change-Id: I44bb59367159226b67a2aeb49aae2a5b34584d70
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions