How will you record a phone call in Android? or How to handle an Audio Stream for a call in Android?
Answer / mady
Permission.PROCESS_OUTGOING_CALLS: Will Allow an application to monitor, modify, or abort outgoing calls. So using that permission we can monitor the Phone calls.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is a toast notification in android?
What is src file in android?
How will you record a phone call in Android? or How to handle an Audio Stream for a call in Android?
Explain gen folder in android?
What do you think are some disadvantages of android?
What are two launch modes for activities?
How can your application perform actions that are provided by other application e.g. Sending email?
How to achieve localization?
what is a fragment? How it differs from activity?
What are typical subdirectories that the “res” directory does contain?
Describe intents?
what is the difference between dynamic receiver and static receiver? When will you use dynamic broadcast receivers?