I'm using Android share intent to call Hyves Android app and then I upload photo to Hyves platform.
This app returns android notification with photo number and information if image is uploaded or upload failed.
Now I'd need to somehow read the notification, and accordingly perform different actions.
Is there a way to listen for app notification, as I know exactly that it will occur?
I tried with StartActivityForResult, but In each app installation I get different request code, and it is always valid (Intent called) even if I cancel the action, so I do not understand how to proceed, that's why I'd love to try to use notification information.
Thanks