domoticz / domoticz-android

Domoticz Client Application for Android Devices
104 stars 70 forks source link

Change the way we import/export settings files #577

Closed galadril closed 3 years ago

galadril commented 4 years ago

The External storage behavior is changed since Android SDK 29.

Please change the use of external storage files as described here: https://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String)

galadril commented 4 years ago

For now temporarily fixed an issue with importing and exporting files, by enabled the legacy external storage endpoints by setting the next value in the manifest, but this should be reworked!

android:requestLegacyExternalStorage="true"

galadril commented 4 years ago

More info on using the System picker: https://android.jlelse.eu/handling-files-in-code-after-the-android-10-released-2bea0e16d35