ertank 27 Posted January 29, 2020 Hello, I am using Delphi 10.3.3, targeting Android 64Bit and 32Bit. Attached is a test project I used. If that same project is compiled for Android 32Bit it gets two permission request as can be seen in below pictures However, if same code without changing anything is compiled for Android 64Bit it only asks for a single permission as can be seen in below picture Both bitness apk files are tested on same physical phone running Android 9. I have tried to change order of permissions in request to see if this is related with request order. I always get same above permission asked on 64bit version. Let me know if you think this is a bug in Delphi, please. Thanks & regards, Ertan Android64Bit_Permisions.7z Share this post Link to post
eivindbakkestuen 47 Posted January 29, 2020 In this primary English forum, it'd be nice to have the translation of those messages... 🙂 Share this post Link to post
Remy Lebeau 1394 Posted January 30, 2020 2 hours ago, eivindbakkestuen said: In this primary English forum, it'd be nice to have the translation of those messages... 🙂 They roughly translate to: uygulamasinin telefon etmesine ve cagrilan yonetmesine izin verilsin mi? Allows the app to phone and manage the call? Telefon arama kayitlariniza erismek icin Permissions uygulamasina izin verilsin mi? Allow Permissions to access your phone call logs? Share this post Link to post
Dave Nottage 557 Posted January 30, 2020 You don't have Read Call Log and Read Phone Numbers permissions set in the Project Options for Android 64-bit. 2 Share this post Link to post
ertank 27 Posted January 30, 2020 7 hours ago, eivindbakkestuen said: In this primary English forum, it'd be nice to have the translation of those messages... 🙂 Changed phone language to English for any possible future questions. Thanks. Share this post Link to post
ertank 27 Posted January 30, 2020 2 hours ago, Dave Nottage said: You don't have Read Call Log and Read Phone Numbers permissions set in the Project Options for Android 64-bit. That's it. I should have spotted that. I guess I am still not used to different settings on 32Bit and 64Bit of same OS. Thanks. Share this post Link to post
Remy Lebeau 1394 Posted January 30, 2020 14 hours ago, ertank said: I guess I am still not used to different settings on 32Bit and 64Bit of same OS. Different build targets, different set of options. Same thing with Windows 32bit/64bit, iOS 32bit/64bit, OSX 32bit/64bit, etc. Share this post Link to post