Activity Is Closed After Onactivityresult Is Called
Activity Explanation: Activity_A ... nfc activity that gets started when tag is read Activity_B ... activity to capture user signature Hi, my problem goes like that: I have Activit
Solution 1:
Make sure you are not using intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
before starting the current activity.
Post a Comment for "Activity Is Closed After Onactivityresult Is Called"