You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have build a app which is saving file into android sdcard (internal memory ) ..i have put all required permission in buildozer and
android.permissions = INTERNET,ACCESS_NETWORK_STATE,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE
and i have take permission from user using android module ....
which is working fine on android 8 and android 5.1
but in Android 10 showing permission denied ..but i have given all permission ..
The text was updated successfully, but these errors were encountered:
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
I have build a app which is saving file into android sdcard (internal memory ) ..i have put all required permission in buildozer and
android.permissions = INTERNET,ACCESS_NETWORK_STATE,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE
and i have take permission from user using android module ....
which is working fine on android 8 and android 5.1
but in Android 10 showing permission denied ..but i have given all permission ..
The text was updated successfully, but these errors were encountered: