RevocationBoundService

public final class RevocationBoundService extends Service

Handles Google Sign-In user revocation.

In the event that the user revokes access via Google Settings -> Connected Apps, this service will be started by Google Play services in order to clean up cached sign in state. For apps that do not integrate with Google Sign-In, this service will never be started.

This service is included automatically when depending upon com.google.android.gms:play-services-auth. There is no need to include it manually.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

IBinder
onBind(Intent intent)

Inherited Method Summary

Public Constructors

public RevocationBoundService ()

Public Methods

public IBinder onBind (Intent intent)