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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id92a7c99588680ae4054136390e4895e2b4fd748
This commit is contained in:
Neil Fuller
2021-02-01 14:06:31 +00:00
committed by Automerger Merge Worker
2 changed files with 9 additions and 0 deletions

View File

@@ -8897,6 +8897,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.
*