public class

VerifyAppsConstants

extends Object
java.lang.Object
   ↳ com.google.android.gms.safetynet.VerifyAppsConstants

Class Overview

Constants pertaining to the Verify Apps SafetyNet API.

Summary

Constants
int HARMFUL_CATEGORY_BACKDOOR The APK potentially contains a backdoor.
int HARMFUL_CATEGORY_CALL_FRAUD The APK potentially contains call fraud.
int HARMFUL_CATEGORY_DATA_COLLECTION The APK potentially contains data collection capabilities.
int HARMFUL_CATEGORY_DENIAL_OF_SERVICE The APK potentially contains denial of service logic.
int HARMFUL_CATEGORY_FRAUDWARE The APK is potentially fraudware.
int HARMFUL_CATEGORY_GENERIC_MALWARE The APK is potentially malware.
int HARMFUL_CATEGORY_HARMFUL_SITE The APK potentially contains harmful sites.
int HARMFUL_CATEGORY_HOSTILE_DOWNLOADER The APK is potentially a hostile downloader.
int HARMFUL_CATEGORY_NON_ANDROID_THREAT The APK potentially contains threats to non-Android systems.
int HARMFUL_CATEGORY_PHISHING The APK potentially contains phishing.
int HARMFUL_CATEGORY_PRIVILEGE_ESCALATION The APK potentially contains privilege escalation capabilities.
int HARMFUL_CATEGORY_RANSOMWARE The APK is potentially ransomware.
int HARMFUL_CATEGORY_ROOTING The APK potentially contains rooting capabilities.
int HARMFUL_CATEGORY_SPAM The APK potentially contains spam.
int HARMFUL_CATEGORY_SPYWARE The APK is potentially spyware.
int HARMFUL_CATEGORY_TOLL_FRAUD The APK potentially contains toll fraud.
int HARMFUL_CATEGORY_TRACKING The APK potentially contains tracking logic.
int HARMFUL_CATEGORY_TROJAN The APK potentially contains a trojan.
int HARMFUL_CATEGORY_UNCOMMON The APK is uncommon.
int HARMFUL_CATEGORY_WAP_FRAUD The APK potentially contains WAP fraud.
int HARMFUL_CATEGORY_WINDOWS_MALWARE The APK potentially contains windows malware.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HARMFUL_CATEGORY_BACKDOOR

The APK potentially contains a backdoor.

Constant Value: 9 (0x00000009)

public static final int HARMFUL_CATEGORY_CALL_FRAUD

The APK potentially contains call fraud.

Constant Value: 8 (0x00000008)

public static final int HARMFUL_CATEGORY_DATA_COLLECTION

The APK potentially contains data collection capabilities.

Constant Value: 21 (0x00000015)

public static final int HARMFUL_CATEGORY_DENIAL_OF_SERVICE

The APK potentially contains denial of service logic.

Constant Value: 20 (0x00000014)

public static final int HARMFUL_CATEGORY_FRAUDWARE

The APK is potentially fraudware.

Constant Value: 5 (0x00000005)

public static final int HARMFUL_CATEGORY_GENERIC_MALWARE

The APK is potentially malware.

Constant Value: 11 (0x0000000b)

public static final int HARMFUL_CATEGORY_HARMFUL_SITE

The APK potentially contains harmful sites.

Constant Value: 12 (0x0000000c)

public static final int HARMFUL_CATEGORY_HOSTILE_DOWNLOADER

The APK is potentially a hostile downloader.

Constant Value: 14 (0x0000000e)

public static final int HARMFUL_CATEGORY_NON_ANDROID_THREAT

The APK potentially contains threats to non-Android systems.

Constant Value: 15 (0x0000000f)

public static final int HARMFUL_CATEGORY_PHISHING

The APK potentially contains phishing.

Constant Value: 2 (0x00000002)

public static final int HARMFUL_CATEGORY_PRIVILEGE_ESCALATION

The APK potentially contains privilege escalation capabilities.

Constant Value: 17 (0x00000011)

public static final int HARMFUL_CATEGORY_RANSOMWARE

The APK is potentially ransomware.

Constant Value: 1 (0x00000001)

public static final int HARMFUL_CATEGORY_ROOTING

The APK potentially contains rooting capabilities.

Constant Value: 16 (0x00000010)

public static final int HARMFUL_CATEGORY_SPAM

The APK potentially contains spam.

Constant Value: 19 (0x00000013)

public static final int HARMFUL_CATEGORY_SPYWARE

The APK is potentially spyware.

Constant Value: 10 (0x0000000a)

public static final int HARMFUL_CATEGORY_TOLL_FRAUD

The APK potentially contains toll fraud.

Constant Value: 6 (0x00000006)

public static final int HARMFUL_CATEGORY_TRACKING

The APK potentially contains tracking logic.

Constant Value: 18 (0x00000012)

public static final int HARMFUL_CATEGORY_TROJAN

The APK potentially contains a trojan.

Constant Value: 3 (0x00000003)

public static final int HARMFUL_CATEGORY_UNCOMMON

The APK is uncommon.

Constant Value: 4 (0x00000004)

public static final int HARMFUL_CATEGORY_WAP_FRAUD

The APK potentially contains WAP fraud.

Constant Value: 7 (0x00000007)

public static final int HARMFUL_CATEGORY_WINDOWS_MALWARE

The APK potentially contains windows malware.

Constant Value: 13 (0x0000000d)