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-screen.html 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.html http://developer.android.com/guide/topics/manifest/uses-feature-element.html -- 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

