How to make an app run on an SD card

wdegler

Active Member
Licensed User
Longtime User
One of the apps I have published is in the internal memory of my Samsung Galaxy S smartphone and cannot be moved to the SD card. How can I modify my app to be movable to the SD card and run there?
 

NJDude

Expert
Licensed User
Longtime User
On the IDE select: Project -> Can Install To External Storage.

But, you can also add this line to your AndroidManifest using the Manifest editor
B4X:
SetManifestAttribute("android:installLocation", "auto")
That will allow the user to move the app to/from the SDCARD
 
Last edited:
Upvote 0

wdegler

Active Member
Licensed User
Longtime User
Never mind --- I found it almost immediately after posting.

Why would anyone NOT want this ability?
 
Upvote 0

MrKim

Well-Known Member
Licensed User
Longtime User
I have tried Install To External Storage checked and unchecked but my app is not moveable. What else would prevent it?

:sign0104:
 
Upvote 0
Top