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

error permission on android 10 #6

Closed Marijsoft closed 3 years ago

Marijsoft commented 4 years ago

Hello i have a little problem when i try to apply the permission on android 10 i have the message '' is not a valid integer value with your demo on delphi 10.4

adrianosantostreina commented 4 years ago

Hello, This bug has been fixed for a few months now. Make sure that the component version is correct. Completely uninstall the component and redo the installation.

Marijsoft commented 4 years ago

i download again from repository your component uninstall and deleted all old files in the folder and extracted the new file for remository. Run delphi 10.4 with administrator clean build compile install it's ok but when i try to test your demo in my phone (android 10) have the same message
1 2

adrianosantostreina commented 4 years ago

Forget DEMO. Create a new projetct Multi-Devive Application Delphi Drop a new instance of MobilePermission onto form Type a method on event OnCreate like below sample: MobilePermission1.Dangerous.Camera := True; MobilePermission1.Apply; Run in your device

adrianosantostreina commented 3 years ago

Closed