diff options
author | Beverly <beverlyt@google.com> | 2021-04-12 14:04:43 -0400 |
---|---|---|
committer | Beverly Tai <beverlyt@google.com> | 2021-04-14 18:11:56 +0000 |
commit | 71f63963976797d39f19617e13e3fd9e6849ab2c (patch) | |
tree | c4379a19dccb6ea1658fe8ddc44788d7868a0394 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 7529cef66eb039356a2a9f694295f94aa13d6582 (diff) |
Add ability to enable extra udfps vibrations
Also, stop illuminating the HbmSurfaceView once the fingerprint fails or
errors.
Note: currently the extra vibrations on disabled by default
To enable on start udfps auth vibration:
adb shell settings put global udfps_start 1
(default disabled)
adb shell settings put udfps_start_type <EFFECT>
(default click)
To enable an acquired vibration:
adb shell settings put global udfps_acquired 1
(default disabled)
adb shell settings put global udfps_acquired_delay <DELAY_IN_MILLISECONDS>
(default 500ms)
adb shell settings put global udfps_acquired_type <EFFECT>
(default tick)
...where
DELAY_IN_MILLISECONDS > 0
EFFECT is: tick, texture_tick, heavy, or click
Test: manual
Bug: 185124905
Change-Id: I90cd52b3e02d85ddf2b2bac81cf0679bd1ee8878
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions