From 51a0e5b54680c659f333f186be1cf86d365e0db5 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Fri, 5 Sep 2014 10:51:13 -0700 Subject: Rename getLocalApprovalIntent to createLocalApprovalIntent Based on API review. Bug: 17389920 Change-Id: I84674f25a84d317f017473b6f4ac19c849079323 --- .../com/android/server/restrictions/RestrictionsManagerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/restrictions/java') 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"); } -- cgit v1.2.3-59-g8ed1b