diff options
author | Amith Yamasani <yamasani@google.com> | 2015-04-18 02:01:17 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-18 02:01:18 +0000 |
commit | eab852cb34cec4f83662db076d2339dbb97532e9 (patch) | |
tree | bf3d2fd86430902757e0f3f7891fc9ad890538e5 /api | |
parent | 928bfc4e1cf3e440c9fdf346ddf0e18db4cc8850 (diff) | |
parent | 5760e1786bcc2feac9d1c2c784520aa4d6cf8cb8 (diff) | |
download | frameworks_base-eab852cb34cec4f83662db076d2339dbb97532e9.zip frameworks_base-eab852cb34cec4f83662db076d2339dbb97532e9.tar.gz frameworks_base-eab852cb34cec4f83662db076d2339dbb97532e9.tar.bz2 |
Merge "Add isSystemUser API"
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index c6620ef..8f9641c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -23658,6 +23658,7 @@ package android.os { method public android.os.Bundle getUserRestrictions(); method public android.os.Bundle getUserRestrictions(android.os.UserHandle); method public boolean hasUserRestriction(java.lang.String); + method public boolean isSystemUser(); method public boolean isUserAGoat(); method public boolean isUserRunning(android.os.UserHandle); method public boolean isUserRunningOrStopping(android.os.UserHandle); diff --git a/api/system-current.txt b/api/system-current.txt index 70df9bf..0f837c2 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -25558,6 +25558,7 @@ package android.os { method public android.os.Bundle getUserRestrictions(android.os.UserHandle); method public boolean hasUserRestriction(java.lang.String); method public boolean isManagedProfile(); + method public boolean isSystemUser(); method public boolean isUserAGoat(); method public boolean isUserRunning(android.os.UserHandle); method public boolean isUserRunningOrStopping(android.os.UserHandle); |