Esri / dynamic-situational-awareness-qt

Dynamic Situational Awareness Qt
Apache License 2.0
53 stars 22 forks source link

Update Android permissions for local files to use Qt 6 Permissions APIs #366

Open ldanzinger opened 1 year ago

ldanzinger commented 1 year ago

Summary

The v.next branch is updated to use Maps SDK 200 and Qt 6. It builds on desktops, but there is still work to do to make Android build. This is due to usage of private permissions APIs that were removed with Qt 6. We should now update Android apps to use data sandboxed to the local app versus using a global /sdcard path

Definition of done

ldanzinger commented 11 months ago

Similar work has been done in the sample app - https://github.com/Esri/arcgis-maps-sdk-samples-qt/pull/1509/files