#CanInstallToExternalStorage attribute question

bidibulle

Member
Licensed User
Longtime User
Hi all,

Just a question about the new attribute "#CanInstallToExternalStorage":
When I need to set FALSE to this attribute?

By default I set TRUE but I'm sure that they are some case where it's not possible. But which one?

Pierre
 

Shadow&Max

Active Member
Licensed User
Longtime User
I have a question about this... If you allow installation to SD storage, do the OTHER destinations become relative?

For example... I reference File.DirInternal for most of my storage, but I've got CanInstallToExternalStorage set to False. If I set it to true, does DirInternal now reference the files in that installation?

If not, how do I determine where the app is, and where to store the associated data files after installation?
 
Upvote 0

Shadow&Max

Active Member
Licensed User
Longtime User
Thanks Dude... as a test, I changed that to true and tried to install my app on my crappy tablet, but it neither got installed to the SD card nor was I ever asked if it SHOULD be installed on the SD card.

What am I missing here?
 
Upvote 0
Top