# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1639025521 0 # Node ID c0be289068391f5f174030e6bc1320e875e227ce # Parent 9ce1649b0fbdb8c746a0bc16ded732077b0c3b09 Android: Update the manifest with READ/MANAGE_EXTERNAL_STORAGE. These need to be present, and enabled in the Application settings.... Otherwise we won't be able to open the files selected by the picker. diff -r 9ce1649b0fbd -r c0be28906839 android/AndroidManifest.xml --- a/android/AndroidManifest.xml Thu Dec 09 01:57:52 2021 +0000 +++ b/android/AndroidManifest.xml Thu Dec 09 04:52:01 2021 +0000 @@ -3,6 +3,8 @@ package="org.dbsoft.dwindows"> + +