The app probably is missing the <supports-screens> element to define what screen sizes it supports. Apps targeting API Level 3 or lower are assumed to only support normal-sized screens.
On Mon, Sep 5, 2011 at 5:34 PM, tillYourNightJobPays <[email protected]> wrote: > Discovered a strange issue using this so thought I'd get clarification > on expected or not and maybe some education on this property. > > I took the FingerPaint sample from the graphics API demos to integrate > it into my own application. It worked well except it only drew in the > upper-left corner of the screen. Using the straight API demo on my > phone didn't show this, so traced the issue to this line in the > Manifest: > > <uses-sdk android:minSdkVersion="10"></uses-sdk> > > If set to a value of 4 or higher, it shows this limited drawing > effect. If it's removed or <= 3, then it works fine. > > Can anyone help explain if this is expected and maybe some background > on this? From the documentation I understand that it should only > impacts if the application is able to be installed on targets lower > than the value specified. This seems to affect functionality so > wondering if I need to be reading about api version changes somewhere. > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.1 Programming Books: http://commonsware.com/books -- 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

