adrianosantostreina / MobilePermissions

This is a component to turn more easy the request permission in Android 8.x or later.
MIT License
105 stars 46 forks source link

ACCESS BACKGROUND LOCATION not found to apply it on Android11 #17

Closed armadix closed 1 year ago

armadix commented 2 years ago

Hi your component is awesome by the way. I cannot find for android11 to ACCESS_BACKGROUND_LOCATION using this component could I request to add this feature on your next build version 0.6 much appreciated if this will be implemented thanks.

acarlomagno commented 2 years ago

it is important for android 11

https://developer.android.com/reference/android/Manifest.permission#ACCESS_BACKGROUND_LOCATION

adrianosantostreina commented 2 years ago

Yes, sure. Exists any others properties, but I'm still working in updates.

adrianosantostreina commented 1 year ago

Hello,

Some permission implementations have been mapped into Delphi, but Embarcadero has not encapsulated them in such a way that access outside the permissions window is not possible. Therefore, this property will not be implemented in the component, the programmer must mark it manually within the Project > Options > Application > User Permissions window.

Sorry about that.