You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request from an OEM who ships non-GPS Android device.
Sky Map uses ACCESS_FINE_LOCATION permission and it implies
android.hardware.location.gps feature.
Thus this app is not shown in Android Market on their device because of Market
feature filtering.
http://developer.android.com/guide/topics/manifest/uses-feature-element.html#per
missions
They want us to set android:required="false" so user can download the app from
Android Market.
Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 12:29
The text was updated successfully, but these errors were encountered:
I did that in my "Open Star Map" version (basically it's SkyMap, but with some
tweaks for devices like the Kindle that have no GPS or compass) in the Amazon
Appstore. (Apparently, too, on the Kindle Fire you can't get location through
the network location API either. I ended up using hostip.info instead.)
Original comment by arpruss on 17 Feb 2012 at 1:07
Original issue reported on code.google.com by
[email protected]
on 24 Jan 2012 at 12:29The text was updated successfully, but these errors were encountered: