Hi to all,
I have to manage the automatic positioning device with GPS library and I have to be able to activate the positioning enabled automatically with Runtime Permissions, from the application, and without the user's permission.
I'm not sure that I understand. The LOCATION permission is considered a "dangerous" permission. This means that if you set the targetSdkVersion to 23+ then you can only use location features after the user has grant you the required permission.