From 2555dafce87e60fae28d71913730abf73e40fcd7 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Thu, 25 Apr 2013 13:39:27 -0700 Subject: Hide isLinkedUser() It's not the best API to use to determine anything. Defer to other APIs such as UserManager.getUserRestrictions() Bug: 8720520 Change-Id: Ie49589056ab52b4fdbcc736f8cdefadb8ba5d9d8 --- api/current.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index dba8be7..55c3c77 100644 --- a/api/current.txt +++ b/api/current.txt @@ -17643,7 +17643,6 @@ package android.os { method public java.lang.String getUserName(); method public android.os.Bundle getUserRestrictions(); method public android.os.Bundle getUserRestrictions(android.os.UserHandle); - method public boolean isLinkedUser(); method public boolean isUserAGoat(); method public boolean isUserRunning(android.os.UserHandle); method public boolean isUserRunningOrStopping(android.os.UserHandle); -- cgit v1.1