diff options
| -rw-r--r-- | core/java/android/provider/Settings.java | 2 |
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> |