I have this pokemon app which sents me a notification with a link to a newly unlocked gym every 3 hours and I want to catch the data of this notification and send it to my computer.
I have thought about this problem and what I came up with was that maybe it's possible to build an app that listens for notifications of other apps and writes them in a .log file which would be accessible to my computer if I used an emulator like bluestacks.
I'm really not sure what the best way to go about this is, or if it's even possible to get a link of an android notification out of the notification bar.
Any help is greatly appreciated. Thanks in advance
I have thought about this problem and what I came up with was that maybe it's possible to build an app that listens for notifications of other apps and writes them in a .log file which would be accessible to my computer if I used an emulator like bluestacks.
I'm really not sure what the best way to go about this is, or if it's even possible to get a link of an android notification out of the notification bar.
Any help is greatly appreciated. Thanks in advance