Relative Content

Tag Archive for androidxamarinservicelocation

Xamarin.Forms Android 14 application can not be terminated

I am developing application for Android 14 (34) (C# VS) and tried to make it be terminated by pressing a menu option. Using implemented an android location service GPS position of the device is continuously displayed on the map window.
As a user clicks exit option the location service is stopped and the app ceased to exist.
That is provided by the following code.