Skip to content
Commit 2d44ce19 authored by Marcello Galhardo's avatar Marcello Galhardo
Browse files

Add Keyguard Shortcut for Note Task

Allow a user to manually set a Note Task shortcut in the Keyguard screen using the new Quick Affordance UI. The shortcut should only be available when:
1. The device supports Note Task (i.e., tablets).
2. Note Task feature flag is enabled: `adb shell cmd statusbar flag 1900 on`
3. Quick Affordance flag is enabled: `adb shell cmd statusbar flag 216 on`
4. Quick Affordance new UI flag is enabled: `adb shell cmd statusbar flag 222 on`

Later, we will add it as a default on the Keyguard to any device running `TitanSysuiConfigOverlay` if and only if a Stylus is detected (i.e., first usage).

Test: atest SystemUITests:NoteTaskQuickAffordanceConfigTest

Fixes: b/251208173

Change-Id: I2a6251c44946b677d8b8c64c12591e0a084ee965
parent 10284460
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment