Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play Services source code [closed]

I'm looking for the source code for Google Play Services. Can someone please point me in the right direction? I've been googling it, but can't find anything.

More specifically, I'm looking for the source code for com.google.android.gms.location.ActivityRecognitionClient.java

Thank you

like image 557
Ares Avatar asked Jun 19 '13 22:06

Ares


People also ask

Is Google Play Services open source?

But all these advantages also have a price: Google Play Services itself is not open source, it is the way Google has to ensure its key role in the Android ecosystem; and developers are also limited to publish the applications that utilize GPSS only in devices or markets where Google has control.

What are basement play services?

The library play-services-basement is a dependency of play-services-base . It was introduced in Google Play Service version 8.1. 0 to help to reduce the size of some other libraries like play-services-ads and play-services-analytics .

How do I remove Google Play dependency?

Find the app you want to patch, tap on it, and select Open Menu of Patches. Select Create a modified APK file, then APK without licence verification. Near the bottom of the list there should be an option labelled Remove dependencies.

What is Google Play Services and do I need it?

Google Play services helps to ensure the security and reliability of an Android device, and keep devices updated with the latest security features. This includes: Google Play Protect, which can warn users if an app contains known malware.


1 Answers

I'm looking for the source code for Google Play Services.

It is closed source, available in source form to Google employees (and maybe select partners).

More specifically, I'm looking for the source code for com.google.android.gms.location.ActivityRecognitionClient.ActivityRecognitionClient.java

Aren't we all.

like image 80
CommonsWare Avatar answered Oct 14 '22 03:10

CommonsWare