How to terminate a Xamarin application?
How to terminate a Xamarin application from any of the activities?
I have tried both System.Environment.Exit(0)
and System.Environment.Exit(1)
as well as Finish()
and killing all the activities.
It still opens one blank page with default activity name and a black screen.
Is there any specific solution for this?