[Wish] for 1.8

NJDude

Expert
Licensed User
Longtime User
I mentioned this before, but, I'd like to have under "Install Location" the option for AUTO, currently we have Internal Only and Prefer External, It seems that using the NEW manifest editor I cannot add that to the manifest because is overwritten at compilation time.
 
Last edited:

NJDude

Expert
Licensed User
Longtime User
I did that but doesn't work, I have to use:

B4X:
AddReplacement(android:installLocation="internalOnly", android:installLocation="auto")

Not to be persisitent, but that extra option will be very helpful.
 

NJDude

Expert
Licensed User
Longtime User
Yup, you are right, I was using the wrong type, I guess I was too excited to start testing this new version :D

NOTE: I was using AddManifestText instead of SetManifestAttribute.
 
Last edited:
Top