summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author jinjeong <jinjeong@google.com> 2024-12-12 02:10:24 +0000
committer jinjeong <jinjeong@google.com> 2024-12-12 02:10:24 +0000
commit0eb145d86aef5b719e5452e5696cb8da70576e84 (patch)
tree5c0758af41d06c56ff8fb9c3ef63f33d627e9c7f
parentab326e19946c6d40ba087a6740c7d9577ea9064b (diff)
Fix API doc
Bug: 381319469 Test: N/A FLAG: com.android.internal.telephony.flags.action_sim_preference_settings Change-Id: I55ea021a9461a36249ad650c11863cb4c0096b6e
-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>