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...
Have you tried: Clean Project and then recompile? All six devices I tested on work. They pay attention to that setting. Cleaning the project gets rid of all generated files and when you recompile, it rebuilds them based on the current attributes.