@devemux86
Are you interested in a SAF-extension for MapFragment sample code?
Background: While testing for https://github.com/cgeo/cgeo/issues/15100 I wanted to cross-check VTM fragment example with OAM map and Elevate theme. To be able to run this in an API 33-based emulator I needed to access those file using SAF, so I extended MapFragment accordingly.
(Currently the fragment is doing the request for map/theme - this could be changed to let the activity ask for it. Can adapt the code, if you want to merge the example update at all.)
@devemux86 Are you interested in a SAF-extension for
MapFragment
sample code?Background: While testing for https://github.com/cgeo/cgeo/issues/15100 I wanted to cross-check VTM fragment example with OAM map and Elevate theme. To be able to run this in an API 33-based emulator I needed to access those file using SAF, so I extended
MapFragment
accordingly. (Currently the fragment is doing the request for map/theme - this could be changed to let the activity ask for it. Can adapt the code, if you want to merge the example update at all.)