Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b39bd117 authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Update docs for TelephonyManager#getServiceState" am: 66917569 am:...

Merge "Update docs for TelephonyManager#getServiceState" am: 66917569 am: a29952e2 am: 44435a21 am: 2e35b030

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1474964

Change-Id: Iea46fba41e04967561c49c250db8b9a822b304fd
parents eab1cc8a 2e35b030
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10571,6 +10571,9 @@ public class TelephonyManager {
     * <p>If this object has been created with {@link #createForSubscriptionId}, applies to the
     * given subId. Otherwise, applies to {@link SubscriptionManager#getDefaultSubscriptionId()}
     *
     * If you want continuous updates of service state info, register a {@link PhoneStateListener}
     * via {@link #listen} with the {@link PhoneStateListener#LISTEN_SERVICE_STATE} event.
     *
     * <p>Requires Permission: {@link android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE}
     * or that the calling app has carrier privileges (see {@link #hasCarrierPrivileges})
     * and {@link android.Manifest.permission#ACCESS_COARSE_LOCATION}.