Loading services/core/java/com/android/server/am/ActivityStartController.java +5 −5 Original line number Diff line number Diff line Loading @@ -248,11 +248,11 @@ public class ActivityStartController { /** * Start intents as a package. * * @param uid make a call as if this UID did. * @param callingPackage make a call as if this package did. * @param intents intents to start. * @param userId start the intents on this user. * @param validateIncomingUser set true to skip checking {@code userId} with the calling UID. * @param uid Make a call as if this UID did. * @param callingPackage Make a call as if this package did. * @param intents Intents to start. * @param userId Start the intents on this user. * @param validateIncomingUser Set true to skip checking {@code userId} with the calling UID. */ final int startActivitiesInPackage(int uid, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, SafeActivityOptions options, int userId, Loading Loading
services/core/java/com/android/server/am/ActivityStartController.java +5 −5 Original line number Diff line number Diff line Loading @@ -248,11 +248,11 @@ public class ActivityStartController { /** * Start intents as a package. * * @param uid make a call as if this UID did. * @param callingPackage make a call as if this package did. * @param intents intents to start. * @param userId start the intents on this user. * @param validateIncomingUser set true to skip checking {@code userId} with the calling UID. * @param uid Make a call as if this UID did. * @param callingPackage Make a call as if this package did. * @param intents Intents to start. * @param userId Start the intents on this user. * @param validateIncomingUser Set true to skip checking {@code userId} with the calling UID. */ final int startActivitiesInPackage(int uid, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, SafeActivityOptions options, int userId, Loading