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

Commit 4c9f4571 authored by Katie McCormick's avatar Katie McCormick Committed by Android Git Automerger
Browse files

am fb19fc61: am 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.

* commit 'fb19fc61':
  Doc Update: revert PendingIntent fix.
parents a780d932 fb19fc61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,8 +121,8 @@ public final class PendingIntent implements Parcelable {
     */
    public static final int FLAG_ONE_SHOT = 1<<30;
    /**
     * Flag indicating that if the described PendingIntent already
     * exists, then simply return null instead of creating it.
     * Flag indicating that if the described PendingIntent does not
     * already exist, then simply return null instead of creating it.
     * For use with {@link #getActivity}, {@link #getBroadcast}, and
     * {@link #getService}.
     */