How It Works

In your app, you include a small client library that communicates to the Google Play Services APK (application package). When you make a call, it actually sends a message to the service, which does the operation on your behalf.

images/fig.googleplayservices.png

Every app talks to the same Services APK, which is updated frequently from the Google Play Store. This design allows Google to push fixes and new functionality directly to your phone or tablet without having to wait for Android system updates and carrier approvals. It also saves space because each app doesn’t have to contain a repeat of the same code.

One of the most frequently used features provided by Google ...

Get Hello, Android, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.