* commit '5620604261a24419bb87a4540f1a4ff333d32a3f': Fix PhoneStateListener constructor javadoc.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user