Global Actions with Advanced Reboot [2/3]

Change-Id: I482c78c542994773ee89fa2528318b5f8e27ac33
[jaysonedson: Updated for android11. Added setting for
 number of actions to show before adding overflow menu]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
maxwen
2020-09-28 18:13:36 +00:00
committed by Hưng Phan
parent 58d6b9b02f
commit 6ac11610e5
7 changed files with 126 additions and 1 deletions

View File

@@ -275,4 +275,23 @@
<!-- QuickSettings haptic feedback -->
<string name="quick_settings_vibrate_title">Vibrate on touch</string>
<string name="quick_settings_vibrate_summary">Vibrate when touching QS tiles</string>
<!-- Global Actions -->
<string name="global_actions_title">Power menu</string>
<string name="global_actions_summary">Select what to show when you press the power button</string>
<string name="global_actions_power">Power</string>
<string name="global_actions_restart">Restart</string>
<string name="global_actions_airplane">Airplane</string>
<string name="global_actions_settings">Settings</string>
<string name="global_actions_lockdown">Lock Down</string>
<string name="global_actions_soundpanel">Sound Panel</string>
<string name="global_actions_users">Users</string>
<string name="global_actions_screenshot">Screenshot</string>
<string name="global_actions_screenrecord">Screenrecord</string>
<string name="global_actions_flashlight">Flashlight</string>
<string name="global_actions_emergency">Emergency</string>
<string name="global_actions_advanced_reboot_title">Enable advanced restart</string>
<string name="global_actions_advanced_reboot_summary">When restarting also show options for recovery and bootloader</string>
<string name="global_actions_max_columns_title">Max actions to show</string>
<string name="global_actions_max_columns_summary">Set how many actions to show before buttons move to overflow menu</string>
</resources>