Rename TelephonyMonitor to ConnectivityMonitor
TelephonyMonitor can be extended to catch WIFI and GPS issues. Bug: 38422753 Test: Unit tests and manual testing Change-Id: I71f9cf75fdc792452dd35a3581ef0f5fcc0c1ab0
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
<!-- When true enable color temperature setting. -->
|
||||
<bool name="config_enableColorTemperature">false</bool>
|
||||
|
||||
<!-- Whether to show TelphonyMonitor switch in Developer Options -->
|
||||
<bool name="config_show_telephony_monitor">false</bool>
|
||||
<!-- Whether to show Connectivity Monitor switch in Developer Options -->
|
||||
<bool name="config_show_connectivity_monitor">false</bool>
|
||||
|
||||
<!-- Whether to show Camera HAL HDR+ switch in Developer Options -->
|
||||
<bool name="config_show_camera_hal_hdrplus">false</bool>
|
||||
|
@@ -8247,8 +8247,14 @@
|
||||
<!-- 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>
|
||||
|
||||
<!-- Toast message letting the user know the how to trigger telephony monitor -->
|
||||
<string name="telephony_monitor_toast">To apply telephony monitor change, reboot device</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 HAL HDR+ switch [CHAR LIMIT=50] -->
|
||||
<string name="camera_hal_hdrplus_switch">Camera HAL HDR+</string>
|
||||
|
Reference in New Issue
Block a user