I am developing single application
mode in android, in which there is no need to request for user's approval.
It even can be done as Native application (ndk) on root device.
But still, I am not sure if there is a way to handle it with GPS
permissions
.
It seems not to be enough to declare permissions in manifest
file.
Is there a way to do it without asking user's permission
?