hi
I wish to prevent user from installing my app on SD card, since i have mysql
and app is starting on boot, and in case SD is still not ready app is crashing, since it cannot find the sql file
on main it says:
#CanInstallToExternalStorage: false
and I tought this is enough, but it is not...
I wish to prevent user from installing my app on SD card, since i have mysql
and app is starting on boot, and in case SD is still not ready app is crashing, since it cannot find the sql file
on main it says:
#CanInstallToExternalStorage: false
and I tought this is enough, but it is not...