Skip to content

Android: Fix writing to config if path is a content:// Uri

Sharaf Zaman requested to merge work/fix-write-content-uri into master

KConfigIniBackend relies on QLockFile which changes the content Uri and this is bound to fail because we don't have permission. So, for these Uris we use Android's Internal cache directory to save the .lock files.

We use this inside Krita: graphics/krita@96794d13

Merge request reports