Remove connectivity monitor switch from developer options
Test: Verify connectivity monitor switch is no more shown under developer options Bug: 79255514 Change-Id: I755885398b92a726b0b979815c33793abe01ea66 Merged-In: I755885398b92a726b0b979815c33793abe01ea66
This commit is contained in:
committed by
Jayachandran Chinnakkannu
parent
c4929ccc19
commit
f0cc6b754e
@@ -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>
|
||||
|
||||
|
@@ -9112,15 +9112,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>
|
||||
|
||||
|
Reference in New Issue
Block a user