On 5 January 2011 12:51, André <pha...@hotmail.com> wrote:
> I followed this tutorial:
> http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/
> where it says that I don't need to have 8 as the minsdkversion.
> Doesn't it filter the app so only people with version 8 or greater can
> download my app?

Yes it would filter your app out. android:installLocation does not
need target sdk to be 8
or higher. It's safe to have it in Manifest and still target earlier sdk as
earlier android version will simply ignore it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to