diff options
| author | Felipe Leme <felipeal@google.com> | 2020-06-03 12:32:52 -0700 |
|---|---|---|
| committer | Felipe Leme <felipeal@google.com> | 2020-06-03 12:34:07 -0700 |
| commit | 4bf9bc6ab072c5296ff51dd10768e73e989635a5 (patch) | |
| tree | ed02300639bb524f896af0dbc1d7280661aa2d6d /core/java | |
| parent | 843f071dba2d92ff04494745f98dc2ff7d3025a1 (diff) | |
Removed Settings.Global.LAST_ACTIVE_USER_ID.
This property was only used by Automotive and was added on frameworks/base
because it used be accessed by a class on frameworks/opt/services/car, but
it's now only accessed under packages/services/car (so it was moved to
CarSettings).
Test: atest SettingsBackupTest
Bug: 156567994
Change-Id: Idaff4a249600517c5250cd3821d75ce85fc9eeee
Diffstat (limited to 'core/java')
| -rwxr-xr-x | core/java/android/provider/Settings.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 1b19e1290121..a8af310e9897 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -14245,15 +14245,6 @@ public final class Settings { public static final String KERNEL_CPU_THREAD_READER = "kernel_cpu_thread_reader"; /** - * Persistent user id that is last logged in to. - * - * They map to user ids, for example, 10, 11, 12. - * - * @hide - */ - public static final String LAST_ACTIVE_USER_ID = "last_active_persistent_user_id"; - - /** * Whether we've enabled native flags health check on this device. Takes effect on * reboot. The value "1" enables native flags health check; otherwise it's disabled. * @hide |
