java - Using multiple intents in same Activity -


i trying use intent import file form device app. using intent intent = new intent(intent.action_get_content);

my question is... know intent need have onactivityresult() method, have 1 intent being used the class, there way can have 2 onactivityresult() methods 2 intents.

onactivityresult(int requestcode, result resultcode, intent data)

use differnet requestcode different intents


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -