norkator / paketin-seuranta

Privacy preserving parcel tracking application for Android supporting multiple parcel courier companies. App is targeted in Finnish market. Standalone app, no private backends, tracking or overkill infrastructure. No ads or paid content.

Home Page:https://play.google.com/store/apps/details?id=com.nitramite.paketinseuranta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An issue with backup

developerfromjokela opened this issue · comments

commented

When exporting the file, it should be at Android/data/. This works well until Android 11, when data folder becomes unaccessible by user. So in Android 11 you cannot navigate to Android/data via file explorer.

😠 Google what..

Why data folder became unaccessible, just noticed this too with my phone having now Android 11

I wonder is there any dependency file manager / utils which has logic to handle new permissions, creating folders and moving files.

So that could outsource this problem

commented

You could put a share button to share that backup file via intent

OT: I think this was a frustrating change. Another thing that came was preventing some sort of code execution within an app. I for example use Termux to get access to a bunch of Linux terminal utils locally but IIRC they haven't yet figured out how to support Android 11. Same likely applies to all the "install Linux inside Android" apps I'm guessing.

Better security, less freedom for hacking. 🙁

You could put a share button to share that backup file via intent

Didnt even think of this. Not bad idea!