Is this a typo? <uses-feature name="android.hardware.camera" />
It should be: <uses-feature android:name="android.hardware.camera" /> On Wednesday, September 12, 2012 8:26:21 AM UTC+1, Pieter wrote: > > I am getting some complaints from users with a Samsung Galaxy Tab 2.0 (7.0 > but possible also on 10.0). > > It seems that they get a "This app is not compatible" message when > installing our app. Now the app is on the market for over 2 years so my > first instinct was that it might not be compatible with ICS. But although I > do not have access to a galaxy tab 2.0, but I have been able to test on > another ICS device without problems. > > This is an abstract from the manifest: > > <uses-permission > android:name="android.permission.ACCESS_COARSE_LOCATION" /> > <uses-permission > android:name="android.permission.ACCESS_FINE_LOCATION" /> > <uses-permission android:name="android.permission.INTERNET" /> > <uses-permission android:name="android.permission.CAMERA" /> > <uses-permission android:name="android.permission.VIBRATE" /> > <uses-permission > android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> > <uses-permission > android:name="android.permission.ACCESS_NETWORK_STATE" /> > > <supports-screens > android:smallScreens="true" > android:normalScreens="true" > android:largeScreens="true" > android:anyDensity="true" > /> > > <uses-sdk android:minSdkVersion="3" /> > > <uses-feature name="android.hardware.camera" /> > > Any suggestions where I can look for a cause of this problem? > > -- 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

