HarmfulAppsData

public class HarmfulAppsData extends AbstractSafeParcelable

APK information pertaining to one potentially harmful app.

Inherited Constant Summary

Field Summary

public final int apkCategory The potentially harmful app category defined in VerifyAppsConstants.
public final String apkPackageName The package name of the potentially harmful app.
public final byte[] apkSha256 The SHA-256 of the potentially harmful app APK file.

Inherited Method Summary

Fields

public final int apkCategory

The potentially harmful app category defined in VerifyAppsConstants.

public final String apkPackageName

The package name of the potentially harmful app.

public final byte[] apkSha256

The SHA-256 of the potentially harmful app APK file.