Merge "Fix PhoneStateListener constructor javadoc."

This commit is contained in:
Narayan Kamath
2014-12-08 13:35:45 +00:00
committed by Gerrit Code Review

View File

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