opendatacam / opendatacam-mobile

OpenDataCam mobile app for android
https://play.google.com/store/apps/details?id=com.opendatacam
MIT License
12 stars 3 forks source link

Change hardcoded path to app into something relative #11

Closed tdurand closed 3 years ago

tdurand commented 3 years ago

Right now we hardcode the path to the app in android with this for NeDB and for Next.js

/data/data/com.opendatacam

This works if the app is installed on the internal storage.. but I think this can fails if installed on the SD card.

Need to so how to make this robust.

tdurand commented 3 years ago

fixed