summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/ILauncherApps.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/content/pm/ILauncherApps.aidl')
-rw-r--r--core/java/android/content/pm/ILauncherApps.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/pm/ILauncherApps.aidl b/core/java/android/content/pm/ILauncherApps.aidl
index 37fd3ffdeafa..2eaadb05276c 100644
--- a/core/java/android/content/pm/ILauncherApps.aidl
+++ b/core/java/android/content/pm/ILauncherApps.aidl
@@ -56,8 +56,8 @@ interface ILauncherApps {
void startActivityAsUser(in IApplicationThread caller, String callingPackage,
String callingFeatureId, in ComponentName component, in Rect sourceBounds,
in Bundle opts, in UserHandle user);
- PendingIntent getActivityLaunchIntent(in ComponentName component, in Bundle opts,
- in UserHandle user);
+ PendingIntent getActivityLaunchIntent(String callingPackage, in ComponentName component,
+ in Bundle opts, in UserHandle user);
void showAppDetailsAsUser(in IApplicationThread caller, String callingPackage,
String callingFeatureId, in ComponentName component, in Rect sourceBounds,
in Bundle opts, in UserHandle user);