Skip to content

use FileProvider for installing Osmand maps (.obf)

file:/// URIs still work for sending .obf files to Osmand, but it requires Osmand to have Storage permission, which it doesn't have in normal operation. This switches to using a content:// URI, which Osmand can read without any permissions.

@n8fr8 @Fabiola.maurice

Edited by Hans-Christoph Steiner

Merge request reports