summaryrefslogtreecommitdiff
path: root/services/restrictions
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-09-05 10:51:13 -0700
committerAmith Yamasani <yamasani@google.com>2014-09-05 10:51:13 -0700
commit51a0e5b54680c659f333f186be1cf86d365e0db5 (patch)
treef910f4bf49b05d7f64cb90b87fb6326c4f93273b /services/restrictions
parent450592d37c8cff57bec754f89f45a8a21297510d (diff)
Rename getLocalApprovalIntent to createLocalApprovalIntent
Based on API review. Bug: 17389920 Change-Id: I84674f25a84d317f017473b6f4ac19c849079323
Diffstat (limited to 'services/restrictions')
-rw-r--r--services/restrictions/java/com/android/server/restrictions/RestrictionsManagerService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/restrictions/java/com/android/server/restrictions/RestrictionsManagerService.java b/services/restrictions/java/com/android/server/restrictions/RestrictionsManagerService.java
index fb29b6ae3e5e..218f899d987f 100644
--- a/services/restrictions/java/com/android/server/restrictions/RestrictionsManagerService.java
+++ b/services/restrictions/java/com/android/server/restrictions/RestrictionsManagerService.java
@@ -139,7 +139,7 @@ public final class RestrictionsManagerService extends SystemService {
}
@Override
- public Intent getLocalApprovalIntent() throws RemoteException {
+ public Intent createLocalApprovalIntent() throws RemoteException {
if (DEBUG) {
Log.i(LOG_TAG, "requestPermission");
}