Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.