wired247 / stardroid

Automatically exported from code.google.com/p/stardroid
0 stars 0 forks source link

Declare android:required="false" for android.hardware.location.gps feature #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 kevin.se...@gmail.com on 24 Jan 2012 at 12:29

GoogleCodeExporter commented 9 years ago
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