diff options
| author | Gavin Corkery <gavincorkery@google.com> | 2021-02-23 21:16:53 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-02-23 21:16:53 +0000 |
| commit | 4e56d1569a643fb62f382d05b12c73e77c989b73 (patch) | |
| tree | 1debecaf66edad6cf990b3a3f02d72949a2adcbc /core/java | |
| parent | 9132e2def2548363844ef808af95f8531da15644 (diff) | |
| parent | 68ffc29c0918802823e842640f6d995e1eb21f46 (diff) | |
Merge "Add DeviceConfig namespace for reboot readiness detection" into sc-dev
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/DeviceConfig.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/DeviceConfig.java b/core/java/android/provider/DeviceConfig.java index e134c29520b2..4354920c83ec 100644 --- a/core/java/android/provider/DeviceConfig.java +++ b/core/java/android/provider/DeviceConfig.java @@ -275,6 +275,14 @@ public final class DeviceConfig { public static final String NAMESPACE_PROFCOLLECT_NATIVE_BOOT = "profcollect_native_boot"; /** + * Namespace for features related to Reboot Readiness detection. + * + * @hide + */ + @SystemApi + public static final String NAMESPACE_REBOOT_READINESS = "reboot_readiness"; + + /** * Namespace for Rollback flags that are applied immediately. * * @hide |
