Question
How to access onActivityResult() in nativeExtension Activity??
hi.. I want to access method in native extension activity..
I call startActivityForResult() method for execute other activity..
but it can't receive return value..
because startActivityForResult method is called in activity..
how to get result in native extension??
is it impossible??
