Are you using the camera permission? If so you need to indicate that you don't need autofocus as per this page: http://developer.android.com/guide/topics/manifest/uses-feature-element.html
On Mar 8, 10:10 pm, brian karlo gutierrez <[email protected]> wrote: > Hello everyone, > > I have this problem regarding HTC Tatoo. I cannot see the app in the > market using this phone but other phones can. > > I have already declared inside my manifest file that it is compatible and > could run in this small device but still cannot see. Below is a snippet of > my manifest file. > > <application > .... > </application> > <uses-sdk android:minSdkVersion="3" /> > <supports-screens android:smallScreens="true" android:anyDensity="true"/> > .... > > Hoping for your great help. > > Regards, > > Brian -- 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

