1
My doubt is very simple, but I’m not finding anything I can use.
In my android project, I check the GPS connection of the user’s device, and if case is not active, I ask in a dialog box for it activate, with two buttons, cancel and settings.
The event of the buttons are correct, but how to know if the user instead of clicking some of the buttons, click outside the alertDialog, ie in any screen space ?
It worked properly, that’s just what I was wanting, again, thank you !
– Jonathan Sales