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

Commit 3963ce0a authored by Azhara Assanova's avatar Azhara Assanova Committed by Android (Google) Code Review
Browse files

Merge "Fix Activity#getReferrer Javadoc" into main

parents c9856234 22c6eeb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6884,8 +6884,8 @@ public class Activity extends ContextThemeWrapper
     * application package was involved.
     *
     * <p>If called while inside the handling of {@link #onNewIntent}, this function will
     * return the referrer that submitted that new intent to the activity.  Otherwise, it
     * always returns the referrer of the original Intent.</p>
     * return the referrer that submitted that new intent to the activity only after
     * {@link #setIntent(Intent)} is called with the provided intent.</p>
     *
     * <p>Note that this is <em>not</em> a security feature -- you can not trust the
     * referrer information, applications can spoof it.</p>