Hi,
Can someone please explain me why in my application when I press the power button all 3 following activity states trigger
I expected only Pause (and that's the case when i run a new empty project).
So, what have I possibly done wrong that pressing of power button activates all three activity states?
Can someone please explain me why in my application when I press the power button all 3 following activity states trigger
B4X:
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
I expected only Pause (and that's the case when i run a new empty project).
B4X:
** Activity (main) Pause, UserClosed = false **
So, what have I possibly done wrong that pressing of power button activates all three activity states?