diff options
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/timezonedetector/TimeZoneDetector.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/app/timezonedetector/TimeZoneDetector.java b/core/java/android/app/timezonedetector/TimeZoneDetector.java index b216e913b6ff..a71cffe5afc0 100644 --- a/core/java/android/app/timezonedetector/TimeZoneDetector.java +++ b/core/java/android/app/timezonedetector/TimeZoneDetector.java @@ -48,6 +48,13 @@ public interface TimeZoneDetector { String SHELL_COMMAND_SET_AUTO_DETECTION_ENABLED = "set_auto_detection_enabled"; /** + * A shell command that prints whether the telephony-based time zone detection feature is + * supported on the device. + * @hide + */ + String SHELL_COMMAND_IS_TELEPHONY_DETECTION_SUPPORTED = "is_telephony_detection_supported"; + + /** * A shell command that prints whether the geolocation-based time zone detection feature is * supported on the device. * @hide |
