I am working on an application that needs to get some sort of notification
/ Receiver
when the WhatsApp call is being started (Both on the Caller and Receiver end) or ended. Is it possible to get Incoming/Outgoing WhatsApp call information within my application?
I have tried to use Accessibility Service
Using package name as "com.whatsapp
", I'm unable to fulfil my requirement. Will anyone suggest me what should I do? Or Can this actually be done? IF yes, Then please explain how.
1 Answers
Answers 1
Let's solve the query.... Accessibility Service will help you to get notified that when you will receive the notifications against your required package name. for example "com.whatsapp".
Now good thing is that you can parse the notification message within since Android 4.2 within Accessibility Service by a little effort. Unluckily for you, There was a github project that was exactly doing your desired thing but it is currently unavailable.
0 comments:
Post a Comment