summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-10-05 18:15:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-05 18:15:36 +0000
commit6a0afe1846e4d5f7867d4cc68cab468fdc9bfcba (patch)
treeb5d88d225176b1f6a59a934cdff8f667bdd5a7e8
parentb721e9b48db8fe7ab49cd4d1d6b7e3de929c079b (diff)
parent183e274d572044ef9e8942ed76cf6d3a2502ba52 (diff)
downloadbase-6a0afe1846e4d5f7867d4cc68cab468fdc9bfcba.tar.gz
Merge "Fixing a build breakage caused by an incorrect link. Version code for Android T doesn't exist yet, removing the link."
-rw-r--r--core/java/android/content/Context.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 20e1900654aa..b4a4c909f130 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -2894,7 +2894,7 @@ public abstract class Context {
* @param receiver The BroadcastReceiver to handle the broadcast.
* @param filter Selects the Intent broadcasts to be received.
* @param flags Additional options for the receiver. As of
- * {@link android.os.Build.VERSION_CODES#TIRAMISU}, either {@link #RECEIVER_EXPORTED} or
+ * Android T, either {@link #RECEIVER_EXPORTED} or
* {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being registered
* for protected broadcasts, and may additionally specify
* {@link #RECEIVER_VISIBLE_TO_INSTANT_APPS} if {@link #RECEIVER_EXPORTED} is
@@ -2971,7 +2971,7 @@ public abstract class Context {
* @param scheduler Handler identifying the thread that will receive
* the Intent. If null, the main thread of the process will be used.
* @param flags Additional options for the receiver. As of
- * {@link android.os.Build.VERSION_CODES#TIRAMISU}, either {@link #RECEIVER_EXPORTED} or
+ * Android T, either {@link #RECEIVER_EXPORTED} or
* {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being registered
* for protected broadcasts, and may additionally specify
* {@link #RECEIVER_VISIBLE_TO_INSTANT_APPS} if {@link #RECEIVER_EXPORTED} is
@@ -3035,7 +3035,7 @@ public abstract class Context {
* @param scheduler Handler identifying the thread that will receive
* the Intent. If {@code null}, the main thread of the process will be used.
* @param flags Additional options for the receiver. As of
- * {@link android.os.Build.VERSION_CODES#TIRAMISU}, either {@link #RECEIVER_EXPORTED} or
+ * Android T, either {@link #RECEIVER_EXPORTED} or
* {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being
* registered for protected broadcasts
*
@@ -3102,7 +3102,7 @@ public abstract class Context {
* @param scheduler Handler identifying the thread that will receive
* the Intent. If null, the main thread of the process will be used.
* @param flags Additional options for the receiver. As of
- * {@link android.os.Build.VERSION_CODES#TIRAMISU}, either {@link #RECEIVER_EXPORTED} or
+ * Android T, either {@link #RECEIVER_EXPORTED} or
* {@link #RECEIVER_NOT_EXPORTED} must be specified if the receiver isn't being
* registered for protected broadcasts
*