Yep. On Tue, Dec 1, 2009 at 2:30 PM, blindfold <[email protected]> wrote:
> Thanks, I had not yet seen the fine print yet reading > > "Any application that requests the CAMERA permission but does not > declare any camera features with the <uses-feature> element will be > assumed to use *all* camera features (such as auto-focus). Thus, the > application will not be compatible with devices that do not support > all features." > > So if my app does (sometimes) use autofocus but works OK without > autofocus I should use > > <uses-permission android:name="android.permission.CAMERA" /> > <uses-feature android:name="android.hardware.camera" /> > > to have it visible for HTC Tattoo? > > On Dec 1, 10:42 pm, Dianne Hackborn <[email protected]> wrote: > > On Tue, Dec 1, 2009 at 7:21 AM, steve <[email protected]> wrote: > > > Why is it that many applications do not turn up for the tattoo? This > > > is a serious failing. I have a tattoo for testing purposes, after > > > checking out the marketplace I found numerous applications were not > > > available via the marketplace. > > > > http://android-developers.blogspot.com/2009/10/support-for-additional... > > > > Another thing that may not be covered there is the Tattoo is the first > > device without an auto-focus camera, so any apps that request the camera > > permission will need to use the new <uses-feature> API to say it doesn't > > require auto-focus: > > > > > http://developer.android.com/reference/android/hardware/Camera.htmlhttp://developer.android.com/guide/topics/manifest/uses-feature-eleme. > .. > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

