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

Commit 6895df30 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Fix comment case.

Bug: 72659387
Test: build
Change-Id: I547b4e4d436becc7f223570eec37d68ef136002a
parent 40ce0958
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,