Processing Android – Make your app movable to the sd-card

How to makeĀ  your Processing Android app movable to the sd-card?

Add the android:installLocation=”auto” attribute to your manifest.xml file:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:versionCode="1" android:versionName="1.5" package="com.cage.androidremote4p">