Re: [android-developers] Re: app2sd backward compatibility

2011-02-18 Thread Laszlo Fogas
can’t be moved to the SD card, nor can those which are don’t specify that they work on the SD card. On Sep 5, 2:33 am, Laszlo Fogas laszlo.fo...@invitel.hu wrote: Well, I tried to clean up before installing from Market. Let me paste here my manifest chunk, maybe you can spot something wrong

Re: [android-developers] Re: app2sd backward compatibility

2010-09-05 Thread Laszlo Fogas
Well, I tried to clean up before installing from Market. Let me paste here my manifest chunk, maybe you can spot something wrong. manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.frankandchase.sudoku android:versionCode=13 android:versionName=1.3.3

[android-developers] app2sd backward compatibility

2010-09-04 Thread Laszlo Fogas
Hello guys, I recently enabled the app2sd functionality in my app. To remain compatible with Android 1.5 i left intentionally the minSdkVersion at 3 and added android:installLocation=preferExternal attribute to my manifest. Basically I followed what is listed in the following article: