summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2015-04-18 02:01:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-18 02:01:18 +0000
commiteab852cb34cec4f83662db076d2339dbb97532e9 (patch)
treebf3d2fd86430902757e0f3f7891fc9ad890538e5 /api
parent928bfc4e1cf3e440c9fdf346ddf0e18db4cc8850 (diff)
parent5760e1786bcc2feac9d1c2c784520aa4d6cf8cb8 (diff)
downloadframeworks_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.txt1
-rw-r--r--api/system-current.txt1
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);