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
How can I fix app crash, when I select any path, which upper than start path (/storage/emulated - selected path in example, /storage/emulated/0 - start path)? Or disable using any directories, upper than start path? This is my code to call picker file dialog:
How can I fix app crash, when I select any path, which upper than start path (/storage/emulated - selected path in example, /storage/emulated/0 - start path)? Or disable using any directories, upper than start path? This is my code to call picker file dialog:
`val i = Intent(context, FilePickerActivity::class.java)
i.putExtra(FilePickerActivity.EXTRA_ALLOW_MULTIPLE, false)
i.putExtra(FilePickerActivity.EXTRA_ALLOW_CREATE_DIR, true)
i.putExtra(FilePickerActivity.EXTRA_MODE, modeDir)
i.putExtra(FilePickerActivity.EXTRA_START_PATH, Environment.getExternalStorageDirectory().path)
The text was updated successfully, but these errors were encountered: