Android how to create notification that resumes activity
- by Adam Praiswater
I a have a notification in a receiver that fires off fine, but it restarts the activity (thus clearing the edittexts and resetting the toggle button) How can i set it so that when its tapped on it resumes the activity rather that clearing and resetting everything? My current code doesnt work.
Current Code
String currentDateTimeString =…