Home > Back-end >  Delphi android permission problems
Delphi android permission problems

Time:11-11

Haven't touched the Delphi, more recently, when doing the app, found a problem, see below

App at the time of installation, these rights are off by default, could you tell me where is the setting for the default open??

CodePudding user response:

The project - & gt; The options - & gt; USES permissions

CodePudding user response:

Static access is actually modify project AndroidManifest. XML file

CodePudding user response:

reference 1/f, play big shoot early nuclear response:
project - & gt; The options - & gt; USES permissions

Thank you for your reply, I did this before compilation, but the default or like in the picture,
Forgot to say, I am win10 + Delphi 10.3

CodePudding user response:

reference taotao5945 reply: 3/f
Quote: refer to 1st floor early play big play nuclear war reply:

The project - & gt; The options - & gt; USES permissions

The android version is zero at 9 o 'clock

CodePudding user response:

That's because Google from android 8.0 (API Level 26) began to change the permissions on the licensing mechanism, the risk of some permissions only static get and use, must be obtained while running, that is must be the pop-up dialog allows users to "allow" can obtain corresponding authority clear, in fact this restriction from android 6.0 (API Level 23) began to have, but before the application can lower their own API Level required to avoid this limitation, dynamic access permissions reference: http://docwiki.embarcadero.com/RADStudio/Rio/en/Android_Permission_Model

CodePudding user response:

Android 8.0 rights must be dynamic, you said these are all the old stuff,
  • Related