summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/IUiAutomationConnection.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/app/IUiAutomationConnection.aidl')
-rw-r--r--core/java/android/app/IUiAutomationConnection.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/app/IUiAutomationConnection.aidl b/core/java/android/app/IUiAutomationConnection.aidl
index 474154b..2caec369 100644
--- a/core/java/android/app/IUiAutomationConnection.aidl
+++ b/core/java/android/app/IUiAutomationConnection.aidl
@@ -43,6 +43,8 @@ interface IUiAutomationConnection {
void clearWindowAnimationFrameStats();
WindowAnimationFrameStats getWindowAnimationFrameStats();
void executeShellCommand(String command, in ParcelFileDescriptor fd);
+ void grantRuntimePermission(String packageName, String permission, int userId);
+ void revokeRuntimePermission(String packageName, String permission, int userId);
// Called from the system process.
oneway void shutdown();