Closed ecgreb closed 7 years ago
GPS sensor should not be required to use Lost.
Updates AndroidManifest.xml to set required=false for android.hardware.location.gps feature.
AndroidManifest.xml
required=false
android.hardware.location.gps
Closes #169
Looks good. Maybe we want to do the same thing with the remaining, non-optional hardware requirements: https://github.com/mapzen/lost/issues/176
Overview
GPS sensor should not be required to use Lost.
Proposed Changes
Updates
AndroidManifest.xml
to setrequired=false
forandroid.hardware.location.gps
feature.Closes #169