diff options
author | 2014-09-05 10:51:13 -0700 | |
---|---|---|
committer | 2014-09-05 10:51:13 -0700 | |
commit | 51a0e5b54680c659f333f186be1cf86d365e0db5 (patch) | |
tree | f910f4bf49b05d7f64cb90b87fb6326c4f93273b /api | |
parent | 450592d37c8cff57bec754f89f45a8a21297510d (diff) |
Rename getLocalApprovalIntent to createLocalApprovalIntent
Based on API review.
Bug: 17389920
Change-Id: I84674f25a84d317f017473b6f4ac19c849079323
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index f90596ed288f..d9ae9602fff2 100644 --- a/api/current.txt +++ b/api/current.txt @@ -8166,8 +8166,8 @@ package android.content { } public class RestrictionsManager { + method public android.content.Intent createLocalApprovalIntent(); method public android.os.Bundle getApplicationRestrictions(); - method public android.content.Intent getLocalApprovalIntent(); method public java.util.List<android.content.RestrictionEntry> getManifestRestrictions(java.lang.String); method public boolean hasRestrictionsProvider(); method public void notifyPermissionResponse(java.lang.String, android.os.PersistableBundle); |