Hello, 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

