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> <!-- Device Info screen. LineageOS legal. --> <string name="lineagelicense_title">LineageOS legal</string> Loading res/xml/development_settings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ android:title="@*android:string/bugreport_title" android:dialogTitle="@*android:string/bugreport_title" /> <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="system_server_heap_dump" android:title="@string/capture_system_heap_dump_title" /> 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> <!-- Device Info screen. LineageOS legal. --> <string name="lineagelicense_title">LineageOS legal</string> Loading
res/xml/development_settings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ android:title="@*android:string/bugreport_title" android:dialogTitle="@*android:string/bugreport_title" /> <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="system_server_heap_dump" android:title="@string/capture_system_heap_dump_title" /> Loading