Android Question StartingIntent of phonecall interceptor has no incoming_number

Nickelgrass

Active Member
Licensed User
Longtime User
Hello,
I recently got a new phone. On my old phone I had a own app running that would turn on the sound and play a mp3 if a certain caller number was detected. Now I installed it on my new phone and it does not work any more. I can see in the log that the service is started when I call but the intent has no extra StartingIntent.GetExtra("incoming_number"). Is there any way I can get the caller number on a new Android. I read that it was a new policy that it is not possible. But there must be some way I can permit it if it is my own app on my own phone?
Thanks
Kind regards

Edit: I was missing a permission... now it works again.
 
Last edited:
Top