microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
7.63k stars 1.61k forks source link

Building a micro G sdk #602

Open greatjack1 opened 5 years ago

greatjack1 commented 5 years ago

Me being a android developer, would love to open up my apps to be able to use micro g whenever google play services is not installed. Would it be possible to make a sdk that allows a developer to configure his application to use either micro g of play services? This would allows users of such apps to use micro g without signature spoofing.

I have some spare time and would be glad to contribute to such a thing. If anyone is of interest please respond

mar-v-in commented 5 years ago

GmsLib is intended to be exactly what you described. It does not only allow to use microG without signature spoofing but is also intended to allow to use a built-in fallback. This already works with most of the gms.location API - it provides gps-only location on bare aosp, gps+network location with microG (only unified nlp required) or original Google services.