codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.

Home Page:https://www.codenameone.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission in your native android source code isn't adapted to android 13

DurankGts opened this issue · comments

commented

please check your code

if(!checkForPermission(Manifest.permission.READ_EXTERNAL_STORAGE, "This is required to browse the file system")){

@shannah has been working on this for a while. It's more complex than that line and requires a bit of re-architecture of the FileSystemStorage API. We hope to have this around in the near future.