Add TelephonyMonitor debug switch in Developer Options.
Test: make ROBOTEST_FILTER=TelephonyMonitorPreferenceControllerTest RunSettingsRoboTests -j40 Bug:35206589 Change-Id: I72d89acab95980511a2fd54420fd9d3c5ddaddab
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
<!-- 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>
|
||||
|
||||
<!-- Fully-qualified class name for the implementation of the FeatureFactory to be instantiated. -->
|
||||
<string name="config_featureFactory" translatable="false">com.android.settings.overlay.FeatureFactoryImpl</string>
|
||||
|
||||
|
@@ -7558,6 +7558,9 @@
|
||||
<!-- 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>
|
||||
|
||||
<!-- Name of the setting to disable the automatic update -->
|
||||
<string name="ota_disable_automatic_update">Automatic system updates</string>
|
||||
|
||||
|
Reference in New Issue
Block a user