vicocz / brickcontroller2

Cross platform application for controlling Lego creations using a bluetooth gamepad.
2 stars 0 forks source link

Fix detection of storage folder for both 33+ Android API and legacy ones #38

Closed vicocz closed 7 months ago

vicocz commented 7 months ago

Seems the originally reported issue/fix https://github.com/imurvai/brickcontroller2/pull/104 is still not approved.

In order to have export / import available for BC2 Android version I have to:

Android prier API 33 should use /storage/emulated/0/BrickController2 - I guess this should be backward compatible I used to be when this feature worked properly. Android with API 33+: /storage/emulated/0/Documents/BrickController2 image

Dev tested on Android 9 and 14.