pfpflwho / java-ide-droid

Automatically exported from code.google.com/p/java-ide-droid
0 stars 0 forks source link

enable "move to SD card" #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Even when an app has few non-code resources, one can still save some precious 
internal memory by allowing an SD card install ("Move to SD card" option in 
Settings/Applications/Manage Applications/JavaIDEdroid).
I rebuilt JavaIDEdroid with android:installLocation="preferExternal" in the 
AndroidManifest.xml file in the <manifest> section and saved 1.5Mb on the 
installed size.  This counts on older devices.

Original issue reported on code.google.com by JeffreyR...@gmail.com on 2 Mar 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This feature requires API Level 8.
I'd rather not use this feature and leave the minSDK Level to 4, so that users 
with older Android devices can use the Java compiler at least.

Original comment by tom.ar...@gmail.com on 28 Mar 2012 at 6:12