RevocationBoundService

  • RevocationBoundService is a deprecated Android Service for handling Google Sign-In revocation when a user disconnects an app via Google Settings.

  • This service is automatically included with the com.google.android.gms:play-services-auth dependency and does not require manual inclusion.

  • The class inherits numerous standard Android service and context methods, including a public constructor and the required onBind method.

  • No replacement class is provided for the deprecated RevocationBoundService.

public final class RevocationBoundService extends Service

This class is deprecated.
No replacement.

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)