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

Commit 86f39a42 authored by Kweku Adams's avatar Kweku Adams
Browse files

Fixing typo in method comment.

Test: none

Change-Id: I5583e4de17da0ddd28b12ee879b27a24734906fb
parent c05077fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2337,7 +2337,7 @@ public abstract class Context {
     * matches <var>filter</var>, in the main application thread.
     *
     * <p>The system may broadcast Intents that are "sticky" -- these stay
     * around after the broadcast as finished, to be sent to any later
     * around after the broadcast has finished, to be sent to any later
     * registrations. If your IntentFilter matches one of these sticky
     * Intents, that Intent will be returned by this function
     * <strong>and</strong> sent to your <var>receiver</var> as if it had just