Revert "Global Actions with Advanced Reboot [2/3]"
This reverts commit 6ac11610e5.
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -277,25 +277,6 @@
|
|||||||
<string name="quick_settings_vibrate_title">Vibrate on touch</string>
|
<string name="quick_settings_vibrate_title">Vibrate on touch</string>
|
||||||
<string name="quick_settings_vibrate_summary">Vibrate when touching QS tiles</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>
|
|
||||||
|
|
||||||
<!-- Statusbar net monitor -->
|
<!-- Statusbar net monitor -->
|
||||||
<string name="traffic_title">Traffic indicators</string>
|
<string name="traffic_title">Traffic indicators</string>
|
||||||
<string name="network_traffic_state_title">Network traffic</string>
|
<string name="network_traffic_state_title">Network traffic</string>
|
||||||
|
|||||||
@@ -33,65 +33,4 @@
|
|||||||
android:title="@string/lockscreen_power_menu_disabled_title"
|
android:title="@string/lockscreen_power_menu_disabled_title"
|
||||||
android:summary="@string/lockscreen_power_menu_disabled_summary"
|
android:summary="@string/lockscreen_power_menu_disabled_summary"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_screenshot"
|
|
||||||
android:icon="@drawable/ic_screenshot"
|
|
||||||
android:title="@string/global_actions_screenshot"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_screenrecord"
|
|
||||||
android:icon="@drawable/ic_screenshot"
|
|
||||||
android:title="@string/global_actions_screenrecord"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_airplane"
|
|
||||||
android:icon="@drawable/ic_plane"
|
|
||||||
android:title="@string/global_actions_airplane"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_settings"
|
|
||||||
android:icon="@drawable/ic_settings"
|
|
||||||
android:title="@string/global_actions_settings"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_lockdown"
|
|
||||||
android:icon="@drawable/ic_lockdown"
|
|
||||||
android:title="@string/global_actions_lockdown"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_flashlight"
|
|
||||||
android:icon="@drawable/ic_flashlight"
|
|
||||||
android:title="@string/global_actions_flashlight"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_users"
|
|
||||||
android:icon="@drawable/ic_users"
|
|
||||||
android:title="@string/global_actions_users"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_emergency"
|
|
||||||
android:icon="@drawable/ic_emergency"
|
|
||||||
android:title="@string/global_actions_emergency"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<!--com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="global_actions_soundpanel"
|
|
||||||
android:title="@string/global_actions_soundpanel"
|
|
||||||
android:defaultValue="false" /-->
|
|
||||||
|
|
||||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
|
||||||
android:key="global_actions_max_columns"
|
|
||||||
android:title="@string/global_actions_max_columns_title"
|
|
||||||
android:summary="@string/global_actions_max_columns_summary"
|
|
||||||
android:max="8"
|
|
||||||
android:min="3"
|
|
||||||
android:defaultValue="3"/>
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user