Replace default GPS signal provider on Android devices

前端 未结 3 1530
执笔经年
执笔经年 2021-02-03 11:42

I would like to replace the default GPS location provider on android phones with my own coordinate source.

Is there any layer/API/library/provider that would allow to b

3条回答
  •  感动是毒
    2021-02-03 12:41

    I'm only in the process of reading about the android SDK at the moment. However my understanding is that you would provide an implementation of a GPS_PROVIDER intent.

    Any application can then divert to using the user preferred GPS_PROVIDER intent.

    See: http://developer.android.com/guide/topics/intents/intents-filters.html

提交回复
热议问题