简体   繁体   中英

How do I add install my own LocationProvider?

I would like to create my own implementation of a LocationProvider, there seems to be a way to add a "mock" provider, but that isn't exactly what I want.

http://developer.android.com/reference/android/location/LocationManager.html

There also appears to be a permission called: android.permission.INSTALL_LOCATION_PROVIDER

But there is no documentation about how to use this permission.

How do I register a new location provider?

It certainly can be done. The Android Open Source Project provides you with all the code needed to do this - you would have to extend the LocationProvider class and make use of your extension in the LocationManager. (I believe you would have to modify the LocationManager). Of course this also assumes that you have a rooted phone or some other device you can flash an image to. So, when you say that it cannot be done - you mean it cannot be done without changing the OS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM