How can we access notifications of other application in android? -
How can we access notifications of other application in android? -
is there way acess notifications of other applications bluetooth notifications should opened programatically?
for detecting missed calls see: show toast on missed phone call in android application
for sms detection see: android sms notification
you might read in android developer docs on intents (specifically on utilize in broadcasting) , broadcastreceiver.
android notifications
Comments
Post a Comment