Android Question Starting app from the notification

le_toubib

Active Member
Licensed User
Longtime User
Hi all
1-Assume the main app was removed from memory(user turned off device and back on), and then a back ground service have issued a notification.
2- then when the user click the notification to open the app back,

In that case which subs will start and in which order ?:
A)Resume and then whatever in resume?
B)Or activity create and then activity resume ?
C) or another thing/order ?
Thanks
P.s : in that case will the debugger still work upon restoring the app or not. ?
In that case I should copy back the global variables from the service to the main app ? Right?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top