summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jin Jeong <jinjeong@google.com> 2024-12-11 21:19:08 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2024-12-11 21:19:08 -0800
commit49c11f51f2db90657601dbbc6337563029ff6f85 (patch)
tree00c78a71f68728b33b0ea324d9e187bc95bd5e54
parent1b16b1da99306e6781a5fc24c80a336484858d70 (diff)
parent0eb145d86aef5b719e5452e5696cb8da70576e84 (diff)
Merge "Fix API doc" into main
-rw-r--r--core/java/android/provider/Settings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 4acb6312f90d..c14854023b39 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -2473,7 +2473,7 @@ public final class Settings {
* when a new SIM subscription has become available.
* <p>
* This Activity will only launch successfully if the newly active subscription ID is set as the
- * value of {@link EXTRA_SUB_ID} and the value corresponds with an active SIM subscription.
+ * value of {@link #EXTRA_SUB_ID} and the value corresponds with an active SIM subscription.
* <p>
* Input: {@link #EXTRA_SUB_ID}: the subscription ID of the newly active SIM subscription.
* <p>