On Wed, Sep 8, 2010 at 3:21 PM, Gustavo <[email protected]> wrote: > <uses-permission android:name="android.permission.READ_CONTACTS"/> > <uses-permission android:name="android.permission.INTERNET" /> > <uses-permission > android:name="android.permission.ACCESS_NETWORK_STATE" /> > <uses-permission > android:name="android.permission.ACCESS_COARSE_LOCATION" /> > <uses-permission > android:name="android.permission.ACCESS_COARSE_UPDATES" /> > <uses-permission android:name="android.permission.READ_PHONE_STATE" / >> > <uses-permission android:name="android.permission.CALL_PHONE" />
There is no ACCESS_COARSE_UPDATES permission in Android. > as soon as I published it I went to check on > my three android devices and the app was only visible (and still) for > the Tattoo on Android Market! what is going on??? Among other things, "what is going on" is that you're not telling us the name of the app, so we can see if we can see it on the Market. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

