Loading res/values/cm_strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -1249,4 +1249,9 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="show_dev_on_cm">You have enabled development settings!</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on --> <string name="show_dev_already_cm">No need, you have already enabled development settings.</string> <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. --> <string name="enable_adb_cm">Android debugging</string> <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone --> <string name="enable_adb_summary_cm">Enable the Android Debug Bridge (adb) interface</string> </resources> res/values/strings.xml +3 −3 Original line number Diff line number Diff line Loading @@ -3160,9 +3160,9 @@ <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. --> <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] --> <string name="development_settings_not_available">Developer options are not available for this user</string> <string name="enable_adb">Android debugging</string> <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone --> <string name="enable_adb_summary">Allow Android debug mode, the adb interface on USB (or on network)</string> <string name="enable_adb">USB debugging</string> <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone --> <string name="enable_adb_summary">Debug mode when USB is connected</string> <!-- Setting title to revoke secure USB debugging authorizations --> <string name="clear_adb_keys">Revoke USB debugging authorizations</string> <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. --> Loading res/xml/development_prefs.xml +2 −2 Original line number Diff line number Diff line Loading @@ -93,8 +93,8 @@ <CheckBoxPreference android:key="enable_adb" android:title="@string/enable_adb" android:summary="@string/enable_adb_summary"/> android:title="@string/enable_adb_cm" android:summary="@string/enable_adb_summary_cm"/> <CheckBoxPreference android:key="adb_notify" Loading Loading
res/values/cm_strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -1249,4 +1249,9 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="show_dev_on_cm">You have enabled development settings!</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on --> <string name="show_dev_already_cm">No need, you have already enabled development settings.</string> <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. --> <string name="enable_adb_cm">Android debugging</string> <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone --> <string name="enable_adb_summary_cm">Enable the Android Debug Bridge (adb) interface</string> </resources>
res/values/strings.xml +3 −3 Original line number Diff line number Diff line Loading @@ -3160,9 +3160,9 @@ <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. --> <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] --> <string name="development_settings_not_available">Developer options are not available for this user</string> <string name="enable_adb">Android debugging</string> <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone --> <string name="enable_adb_summary">Allow Android debug mode, the adb interface on USB (or on network)</string> <string name="enable_adb">USB debugging</string> <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone --> <string name="enable_adb_summary">Debug mode when USB is connected</string> <!-- Setting title to revoke secure USB debugging authorizations --> <string name="clear_adb_keys">Revoke USB debugging authorizations</string> <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. --> Loading
res/xml/development_prefs.xml +2 −2 Original line number Diff line number Diff line Loading @@ -93,8 +93,8 @@ <CheckBoxPreference android:key="enable_adb" android:title="@string/enable_adb" android:summary="@string/enable_adb_summary"/> android:title="@string/enable_adb_cm" android:summary="@string/enable_adb_summary_cm"/> <CheckBoxPreference android:key="adb_notify" Loading