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

Commit 69d3e551 authored by Karol Wrótniak's avatar Karol Wrótniak Committed by Narayan Kamath
Browse files

Fix PhoneStateListener constructor javadoc.

Removed sentence in visible javadoc of #PhoneStateListener() which
was useless because it referred to another hidden constructor.

Change-Id: I14a956ac29881000e48bf31e0090e9e1f93bf6e3
parent e879b2ae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -231,8 +231,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_SUB_ID, Looper.myLooper());