Skip to content
Snippets Groups Projects
Commit 67c9a436 authored by Jeff Davidson's avatar Jeff Davidson Committed by android-build-merger
Browse files

Merge "Update PhoneStateListener#onCallStateChanged Javadoc."

am: 6e41b2c5

Change-Id: I9fd9ab01b770fc8a1c5998d3a4c3e824123e2076
parents 4f697fe5 6e41b2c5
No related branches found
No related tags found
No related merge requests found
......@@ -408,7 +408,7 @@ public class PhoneStateListener {
/**
* Callback invoked when device call state changes.
* @param state call state
* @param incomingNumber incoming call phone number. If application does not have
* @param phoneNumber call phone number. If application does not have
* {@link android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE} permission, an empty
* string will be passed as an argument.
*
......@@ -416,7 +416,7 @@ public class PhoneStateListener {
* @see TelephonyManager#CALL_STATE_RINGING
* @see TelephonyManager#CALL_STATE_OFFHOOK
*/
public void onCallStateChanged(int state, String incomingNumber) {
public void onCallStateChanged(int state, String phoneNumber) {
// default implementation empty
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment