Remove connectivity monitor switch from developer options
Test: Verify connectivity monitor switch is no more shown under developer options Bug: 79255514 Change-Id: I755885398b92a726b0b979815c33793abe01ea66
This commit is contained in:
@@ -38,9 +38,6 @@
|
||||
<!-- When true enable color temperature setting. -->
|
||||
<bool name="config_enableColorTemperature">false</bool>
|
||||
|
||||
<!-- Whether to show Connectivity Monitor switch in Developer Options -->
|
||||
<bool name="config_show_connectivity_monitor">false</bool>
|
||||
|
||||
<!-- Whether to show Camera laser sensor switch in Developer Options -->
|
||||
<bool name="config_show_camera_laser_sensor">false</bool>
|
||||
|
||||
|
@@ -9095,15 +9095,6 @@
|
||||
<!-- Toast message letting the user know the color temperature setting is not immediate -->
|
||||
<string name="color_temperature_toast">To apply color change, turn off screen</string>
|
||||
|
||||
<!-- UI debug setting: title for ConnectivityMonitor switch [CHAR LIMIT=50] -->
|
||||
<string name="connectivity_monitor_switch">Connectivity Monitor</string>
|
||||
|
||||
<!-- UI debug setting: summary for switch of ConnectivityMonitor [CHAR LIMIT=500] -->
|
||||
<string name="connectivity_monitor_switch_summary">ConnectivityMonitor will collect logs when it detects a connectivity problem and prompt notification to user to file a bug</string>
|
||||
|
||||
<!-- Toast message letting the user know the how to apply connectivity monitor change -->
|
||||
<string name="connectivity_monitor_toast">To apply connectivity monitor change, reboot device</string>
|
||||
|
||||
<!-- Title for Camera laser sensor switch [CHAR LIMIT=NONE] -->
|
||||
<string name="camera_laser_sensor_switch">Camera Laser Sensor</string>
|
||||
|
||||
|
@@ -183,11 +183,6 @@
|
||||
android:entries="@array/select_logpersist_titles"
|
||||
android:entryValues="@array/select_logpersist_values" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="connectivity_monitor_switch"
|
||||
android:title="@string/connectivity_monitor_switch"
|
||||
android:summary="@string/connectivity_monitor_switch_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="camera_laser_sensor_switch"
|
||||
android:title="@string/camera_laser_sensor_switch" />
|
||||
|
Reference in New Issue
Block a user