We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ddd4a commit 36af794Copy full SHA for 36af794
core/java/android/content/Context.java
@@ -143,7 +143,7 @@ public abstract class Context {
143
* tied to the lifetime of the process rather than the current component.
144
*
145
* <p>Consider for example how this interacts with
146
- * {@ #registerReceiver(BroadcastReceiver, IntentFilter)}:
+ * {@link #registerReceiver(BroadcastReceiver, IntentFilter)}:
147
* <ul>
148
* <li> <p>If used from an Activity context, the receiver is being registered
149
* within that activity. This means that you are expected to unregister
0 commit comments