Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5e2155b authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Fix comment case."

parents 288e34e5 6895df30
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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,