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

Commit 1dd9d241 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 3e29a313: am e398db4a: Merge "Add comment to TelecomManager.getCallState" into lmp-mr1-dev

* commit '3e29a313':
  Add comment to TelecomManager.getCallState
parents f3aadaf5 3e29a313
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -684,6 +684,11 @@ public class TelecomManager {
     * {@link TelephonyManager#CALL_STATE_RINGING}
     * {@link TelephonyManager#CALL_STATE_OFFHOOK}
     * {@link TelephonyManager#CALL_STATE_IDLE}
     *
     * Note that this API does not require the
     * {@link android.Manifest.permission#READ_PHONE_STATE} permission. This is intentional, to
     * preserve the behavior of {@link TelephonyManager#getCallState()}, which also did not require
     * the permission.
     * @hide
     */
    @SystemApi