On Tue, Aug 30, 2011 at 4:42 AM, Julius Spencer <[email protected]> wrote: > Sure (but it's only published in New Zealand): > https://market.android.com/details?id=nz.co.localist.android.llt > > I'm surprised there isn't a way to find this out...
You have the CALL_PHONE permission. If you do not also have <uses-feature android:name="android.hardware.telephony" android:required="false">, you will not show up on tablets that are not phones (e.g., anything with Honeycomb). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0 Available! -- 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

