HarmfulAppsData

Spark icon
  • The HarmfulAppsData class provides information about a potentially harmful app.

  • It includes fields for the app's category, package name, and SHA-256 hash.

  • The class inherits methods for describing its contents and writing to a Parcel.

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.