Loading res/values/cm_strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,10 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Advanced restart options --> <string name="advanced_reboot_title">Advanced restart</string> <string name="advanced_reboot_summary">When unlocked, include options in the power menu for restarting into recovery or bootloader</string> <!-- Android debugging as root --> <string name="adb_enable_root">Rooted debugging</string> <string name="adb_enable_summary_root">Allow running Android debugging as root</string> Loading res/xml/power_menu_settings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ xmlns:settings="http://schemas.android.com/apk/res-auto" android:title="@string/power_menu_setting_name"> <lineageos.preference.LineageSecureSettingSwitchPreference android:key="advanced_reboot" android:title="@string/advanced_reboot_title" android:summary="@string/advanced_reboot_summary" android:defaultValue="false" /> <Preference android:key="gesture_global_actions_panel_summary" android:title="@string/cards_passes_sentence" Loading Loading
res/values/cm_strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,10 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Advanced restart options --> <string name="advanced_reboot_title">Advanced restart</string> <string name="advanced_reboot_summary">When unlocked, include options in the power menu for restarting into recovery or bootloader</string> <!-- Android debugging as root --> <string name="adb_enable_root">Rooted debugging</string> <string name="adb_enable_summary_root">Allow running Android debugging as root</string> Loading
res/xml/power_menu_settings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ xmlns:settings="http://schemas.android.com/apk/res-auto" android:title="@string/power_menu_setting_name"> <lineageos.preference.LineageSecureSettingSwitchPreference android:key="advanced_reboot" android:title="@string/advanced_reboot_title" android:summary="@string/advanced_reboot_summary" android:defaultValue="false" /> <Preference android:key="gesture_global_actions_panel_summary" android:title="@string/cards_passes_sentence" Loading