com.google.android.vending.verifier

  • The core functionality revolves around the IPackageVerificationApiService, which serves as the primary interface for package verification.

  • Three main interfaces are provided: IListHarmfulAppsCallback, IPackageVerificationApiService, and IVerifyAppsDataCallback, each with specific roles in handling harmful app listings, package verification, and app data retrieval, respectively.

  • Several Stub and Proxy classes are implemented to facilitate communication and interaction with these interfaces.

Interfaces

IListHarmfulAppsCallback This is a callback object to return the results from the listHarmfulApps API in IPackageVerificationApiService. 
IPackageVerificationApiService This is the main binder interface for the PackageVerificationApiService  
IVerifyAppsDataCallback This is a callback object to return the results from the getVerifyAppsData API in IPackageVerificationApiService. 

Classes