I have audio recoding, when an phone call come I need to stop the recoding, how can I do this?
|
feedback
|
|
You have to use the
Make sure to include this permission in your Manifest:
| ||||
|
feedback
|
|
I've never tried to access the phone stuff on Android but check here - http://developer.android.com/reference/android/telephony/package-summary.html and here - http://developer.android.com/reference/android/telephony/PhoneStateListener.html and here - http://developer.android.com/reference/android/telephony/TelephonyManager.html | |||
|
feedback
|