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

Commit b328d720 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 8ff1a5ee: am 56206042: am bdc6cde7: Merge "Fix PhoneStateListener constructor javadoc."

* commit '8ff1a5ee':
  Fix PhoneStateListener constructor javadoc.
parents dde13b37 8ff1a5ee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -233,8 +233,7 @@ public class PhoneStateListener {

    /**
     * Create a PhoneStateListener for the Phone with the default subscription.
     * This class requires Looper.myLooper() not return null. To supply your
     * own non-null looper use PhoneStateListener(Looper looper) below.
     * This class requires Looper.myLooper() not return null.
     */
    public PhoneStateListener() {
        this(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, Looper.myLooper());