diff options
| -rw-r--r-- | core/res/res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index f6fee880bf2f..2a61d9d50750 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -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 |