ArminKh1993
Active Member
Hi
As i'm new in B4XPages i want to know how can i close my app(Finish Main Activity) when i'm using b4xpages
Is this code correct?
If yes, is this code kill process too?
As i'm new in B4XPages i want to know how can i close my app(Finish Main Activity) when i'm using b4xpages
Is this code correct?
B4X:
Dim act As Activity = B4XPages.GetNativeParent(Me)
act.Finish
If yes, is this code kill process too?