Android Question How to ask Runtime Permissions with B4A 5.8

tummosoft

Active Member
Licensed User
Longtime User
I have some app need using a permission: android.permission.WRITE_EXTERNAL_STORAGE, but my IDE version is B4A 5.8.

I have a question: How to ask Runtime Permissions with B4A 5.8?

Thanks all!
 

DonManfred

Expert
Licensed User
Longtime User
Update to B4A 8+

At least by end of the year google will force you to set your targetsdk to 26.
You need to have B4A 8+ for the app to run on newer Devices using targetSDK 26 or higher.
 
Last edited:
Upvote 0
Top