On Tue, Aug 3, 2010 at 9:15 PM, Tommy <[email protected]> wrote: > So this is STRANGE.... Well I use the camera and I have the > <uses-feature android:name="android.hardware.camera.flash" />. Now the HTC > aria has no flash but my droid does. Whenever i place the code for the maps > lib it causes the error BUT if i remove <uses-feature > android:name="android.hardware.camera.flash" /> and keep the maps lib > refrence there IT WORKS haha..... >
If you're saying taking out the maps references makes it work, yes that strange. If you're saying that leaving the maps reference but taking out the uses feature reference makes it work ... tat's not strange ... that's expected. If your app requires a feature the phone does not have, you can't expect it to install. > Next question is. How do I allow cameras that have a flash to use > <uses-feature android:name="android.hardware.camera.flash" /> and phones > without a flash not to use <uses-feature > android:name="android.hardware.camera.flash" /> > I've never used this, but it took two seconds to check the docs and find this: http://developer.android.com/guide/topics/manifest/uses-feature-element.html#required ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

