Question
FYI - allowing generated APKs to be moved to the SD
Hi all,
we noticed that apps generated by RoboHelp are installed to the internal memory and dont allow users to move them to the SD card.
I searched for the AndroidManifest.xml files in the program directory of Robohelp (two files are found) and in the <manifest> element inserted the attribute android:installLocation="preferExternal". This solves the problem.
Robert