diff --git a/res/values/config.xml b/res/values/config.xml index f964d5ee241..8c599994a7c 100755 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -38,8 +38,8 @@ false - - false + + false false diff --git a/res/values/strings.xml b/res/values/strings.xml index e28e3b9466d..0e40fecc935 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -8247,8 +8247,14 @@ To apply color change, turn off screen - - To apply telephony monitor change, reboot device + + Connectivity Monitor + + + ConnectivityMonitor will collect logs when it detects a connectivity problem and prompt notification to user to file a bug + + + To apply connectivity monitor change, reboot device Camera HAL HDR+ diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 64d43adee43..783643d0e38 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -159,9 +159,9 @@ android:entryValues="@array/select_logpersist_values" /> + android:key="connectivity_monitor_switch" + android:title="@string/connectivity_monitor_switch" + android:summary="@string/connectivity_monitor_switch_summary"/>