Ok...thanks for this..I also found out that I really don't need the permission of the CAMERA because I used an Intent to launch another application that uses the camera..but this one is already a good help in case I will be directly accessing the device camera.
Thanks, -Brian --- On Tue, 3/9/10, Lance Nanek <[email protected]> wrote: From: Lance Nanek <[email protected]> Subject: [android-developers] Re: Small screen devices cannot see my app even declared already in the manifest To: "Android Developers" <[email protected]> Date: Tuesday, March 9, 2010, 11:58 AM 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 -- 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

