diff options
| author | 2024-12-11 21:19:08 -0800 | |
|---|---|---|
| committer | 2024-12-11 21:19:08 -0800 | |
| commit | 49c11f51f2db90657601dbbc6337563029ff6f85 (patch) | |
| tree | 00c78a71f68728b33b0ea324d9e187bc95bd5e54 | |
| parent | 1b16b1da99306e6781a5fc24c80a336484858d70 (diff) | |
| parent | 0eb145d86aef5b719e5452e5696cb8da70576e84 (diff) | |
Merge "Fix API doc" into main
| -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> |