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
change the setting to false! in order to use scoped storage that limit not needed access of the app to user data, which is less secure!
also the below change is needed (the addition of android:maxSdkVersion="28" to WRITE_EXTERNAL_STORAGE permission)
From AndroidManifest:
change the setting to false! in order to use scoped storage that limit not needed access of the app to user data, which is less secure!
also the below change is needed (the addition of
android:maxSdkVersion="28"
to WRITE_EXTERNAL_STORAGE permission)see: https://developer.android.com/training/data-storage/shared/media#request-permissions
The text was updated successfully, but these errors were encountered: