Hello,
I've been searching the forums, but have not found what I think I need.
I'm probably in the minority, but I hardly ever look at my phone – except when I'm developing B4A .
I would like to develop a super-simple app for my own use that sends me an email when I receive a phone call or SMS on my Android phone.
The phone call detection I have working with PhoneStateChanged in a service, but from what I have read in the forums, it would probably be better to do this using intents.
I think I'm encountering the post-KitKat problem trying to use SMS_MessageReceived. I see that using Intents is a better solution and there are a new set of permissions post KitKat.
My situation is a little different in that all I want to know is that an SMS has been received – I don't need to alter or delete the SMS. My app will not be the default SMS app.
Is it possible to be notified if an SMS is received without being the default SMS app?
Is there a super-simple example on the forums of how to be notified, post-KitKat, if an SMS is received without being the default app, hopefully using Intents?
Thanks,
Barry.
I've been searching the forums, but have not found what I think I need.
I'm probably in the minority, but I hardly ever look at my phone – except when I'm developing B4A .
I would like to develop a super-simple app for my own use that sends me an email when I receive a phone call or SMS on my Android phone.
The phone call detection I have working with PhoneStateChanged in a service, but from what I have read in the forums, it would probably be better to do this using intents.
I think I'm encountering the post-KitKat problem trying to use SMS_MessageReceived. I see that using Intents is a better solution and there are a new set of permissions post KitKat.
My situation is a little different in that all I want to know is that an SMS has been received – I don't need to alter or delete the SMS. My app will not be the default SMS app.
Is it possible to be notified if an SMS is received without being the default SMS app?
Is there a super-simple example on the forums of how to be notified, post-KitKat, if an SMS is received without being the default app, hopefully using Intents?
Thanks,
Barry.