2

I have a child activity. I then call:

Intent intent = new Intent(WifiManager.ACTION_PICK_WIFI_NETWORK);
startActivity(intent);

If the user doesn't do anything for 60 seconds, I want to return to the child activity to do something else. However once I call startActivity(intent); or even startActivityForResult(intent); I can't figure out how to get back to the child activity.

Alexis
  • 23,545
  • 19
  • 104
  • 143
  • I can't understand what do you mean by the child activity? – Ahmed Hegazy Mar 16 '16 at 23:16
  • @AhmedHegazy I have an activity that the user is in initially (child). From there we call Intent intent = new Intent(WifiManager.ACTION_PICK_WIFI_NETWORK); – Alexis Mar 17 '16 at 01:23

0 Answers0