Add configuration to control appearance of long press power to assistant setting
This configuration will control whether Settings app will display the setting to allow the user to switch long press on power behaviour from configured default to invocation of assistant app. In case of existing default being configured to assistant option (5) already, the setting will toglee between Assistant and power menu/global actions. Bug: 179175321 Bug: 182983853 Test: Configuration XML update only. Change-Id: Ia220f34c305d5a7c4e54fa9f5ceded096db98103
This commit is contained in:
@@ -949,6 +949,11 @@
|
||||
-->
|
||||
<integer name="config_longPressOnPowerBehavior">1</integer>
|
||||
|
||||
<!-- Whether the setting to change long press on power behaviour from default to assistant (5)
|
||||
is available in Settings.
|
||||
-->
|
||||
<bool name="config_longPressOnPowerForAssistantSettingAvailable">true</bool>
|
||||
|
||||
<!-- Control the behavior when the user long presses the power button for a long time.
|
||||
0 - Nothing
|
||||
1 - Global actions menu
|
||||
|
||||
Reference in New Issue
Block a user