Merge "Add a constant for system_time to DeviceConfig" into sc-dev am: 5e8177bf78

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13427870

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2681b6a509b92d933858fb9ee820ec99b2872185
This commit is contained in:
Neil Fuller
2021-02-01 13:50:12 +00:00
committed by Automerger Merge Worker
2 changed files with 9 additions and 0 deletions

View File

@@ -8896,6 +8896,7 @@ package android.provider {
field @Deprecated public static final String NAMESPACE_STORAGE = "storage";
field public static final String NAMESPACE_STORAGE_NATIVE_BOOT = "storage_native_boot";
field public static final String NAMESPACE_SYSTEMUI = "systemui";
field public static final String NAMESPACE_SYSTEM_TIME = "system_time";
field public static final String NAMESPACE_TELEPHONY = "telephony";
field public static final String NAMESPACE_TEXTCLASSIFIER = "textclassifier";
field public static final String NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT = "window_manager_native_boot";

View File

@@ -367,6 +367,14 @@ public final class DeviceConfig {
@SystemApi
public static final String NAMESPACE_SYSTEMUI = "systemui";
/**
* Namespace for system time and time zone detection related features / behavior.
*
* @hide
*/
@SystemApi
public static final String NAMESPACE_SYSTEM_TIME = "system_time";
/**
* Telephony related properties.
*