From 8ddd8e85dd6dce08e7099913e1989529eea55ecf Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Dec 2021 01:12:27 +0000 Subject: [PATCH] Updating registerReceiver doc. Updating documentation to use the proper {@docRoot} tag instead of a more long winded https://developer.android.com/. Fixes: 202146686 Test: documentation only Change-Id: Id343253477dac656c614e8f4f24331ab15bb952f --- core/java/android/content/Context.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 25d1d53752a7b..87518a4795a5f 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -3004,8 +3004,8 @@ public abstract class Context { * {@link android.os.Build.VERSION_CODES#TIRAMISU}, * either {@link #RECEIVER_EXPORTED} or * {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being registered - * for - * system broadcasts or an exception will be thrown. If + * for system + * broadcasts or an exception will be thrown. If * {@link #RECEIVER_EXPORTED} is specified, a receiver may additionally * specify {@link #RECEIVER_VISIBLE_TO_INSTANT_APPS}. For a complete list of * system broadcast actions, see the BROADCAST_ACTIONS.TXT file in the @@ -3087,8 +3087,8 @@ public abstract class Context { * {@link android.os.Build.VERSION_CODES#TIRAMISU}, * either {@link #RECEIVER_EXPORTED} or * {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being registered - * for - * system broadcasts or an exception will be thrown. If + * for system + * broadcasts or an exception will be thrown. If * {@link #RECEIVER_EXPORTED} is specified, a receiver may additionally * specify {@link #RECEIVER_VISIBLE_TO_INSTANT_APPS}. For a complete list of * system broadcast actions, see the BROADCAST_ACTIONS.TXT file in the @@ -3157,8 +3157,8 @@ public abstract class Context { * {@link android.os.Build.VERSION_CODES#TIRAMISU}, * either {@link #RECEIVER_EXPORTED} or * {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being registered - * for - * system broadcasts or an exception will be thrown. If + * for system + * broadcasts or an exception will be thrown. If * {@link #RECEIVER_EXPORTED} is specified, a receiver may additionally * specify {@link #RECEIVER_VISIBLE_TO_INSTANT_APPS}. For a complete list of * system broadcast actions, see the BROADCAST_ACTIONS.TXT file in the @@ -3232,8 +3232,8 @@ public abstract class Context { * {@link android.os.Build.VERSION_CODES#TIRAMISU}, * either {@link #RECEIVER_EXPORTED} or * {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being registered - * for - * system broadcasts or an exception will be thrown. If + * for system + * broadcasts or an exception will be thrown. If * {@link #RECEIVER_EXPORTED} is specified, a receiver may additionally * specify {@link #RECEIVER_VISIBLE_TO_INSTANT_APPS}. For a complete list of * system broadcast actions, see the BROADCAST_ACTIONS.TXT file in the