Change your build target to support Android 3.X and higher. This will allow
you to use features of higher APIs, while letting your app run on lower API
levels, as long as you *android*:*minSdkVersion is specified to be low
enough. It's the same thing people do when they want the app to be movable
to the SD Card, but still run on 2.1 and lower. You can change the target
in project.properties or default.properties, depending on your android SDK
level*

On Sun, Nov 27, 2011 at 2:24 PM, Peter Staab <[email protected]> wrote:

> Hi,
>
> I want to use the 'android:largeHeap="true"' attribute with my
> application on tablets (Level 3.x+) due to their higher resolution
> which required a lot more heap space for preview bitmaps. At the same
> time, the app should also be installable on Level 2.2 and later
> smartphones.
> How can I modify the AndroidManifest so that both levels are supported
> (e.g. the app is shown for both applications in Android market)?
>
> Regards,
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Raghav Sood
http://www.androidactivist.org/ - Author
http://www.appaholics.in/ - Founder

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

Reply via email to