My app have gps support.
In code I have check for GPS hardware availability.
Unfortunately on market people without gps can not install my app.
How to make use ot GPS optional so users can instal it even when there is no GPS on device?
My app have gps support. In code I have check for GPS hardware availability.
Share
Add
android:required="false"to your Permission in the manifeste.g.