Set default value of config_longPressOnPowerBehavior in device/google/atv/overlay instead

Bug: 174081477
Bug: 160623574
Test: Manually tested on device
Change-Id: I3b0ce659413b2a703fe4e168eb0adc454611ca4d
This commit is contained in:
Philip Junker
2021-01-25 17:23:16 +01:00
parent fd3a5e4152
commit 354385a1d5

View File

@@ -42,13 +42,4 @@
<!-- Allow SystemUI to show the shutdown dialog -->
<bool name="config_showSysuiShutdown">true</bool>
<!-- Control the behavior when the user long presses the power button.
0 - Nothing
1 - Global actions menu
2 - Power off (with confirmation)
3 - Power off (without confirmation)
4 - Go to voice assist
5 - Go to assistant (Settings.Secure.ASSISTANT -->
<integer name="config_longPressOnPowerBehavior">3</integer>
</resources>