Android permanent storage
Solved
Mobile and Embedded
-
Is there a way to store some settings files in Android even if user decides to uninstall the app (without requiring any permissions)?
Already tried several standard paths () but all they save files somewhere in /storage/emulated/0/Android/data/com.myapp or /data/user/0/com.myapp so after uninstalling app's folder also removes. -
Is there a way to store some settings files in Android even if user decides to uninstall the app (without requiring any permissions)
in that combination, no
-
I think it depends on Android OS version. For the latest version(s), I suspect @J-Hilk is 100% correct.
Would the Downloads folder be acceptable? You might have a look at my "cynical" (my words), pessimistic approach described on an older forum thread: