VerifyAppsConstants

public class VerifyAppsConstants extends Object

Constants pertaining to the Verify Apps SafetyNet API.

Constant Summary

String ACTION_HARMFUL_APPS_FOUND An action that is broadcasted when harmful apps are discovered.
String ACTION_HARMFUL_APP_BLOCKED An action that is broadcasted when a harmful app is blocked from installation.
String ACTION_HARMFUL_APP_INSTALLED An action that is broadcasted when a harmful app is installed.
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.

Inherited Method Summary

Constants

public static final String ACTION_HARMFUL_APPS_FOUND

An action that is broadcasted when harmful apps are discovered.

Constant Value: "com.google.android.gms.safetynet.action.HARMFUL_APPS_FOUND"

public static final String ACTION_HARMFUL_APP_BLOCKED

An action that is broadcasted when a harmful app is blocked from installation.

Constant Value: "com.google.android.gms.safetynet.action.HARMFUL_APP_BLOCKED"

public static final String ACTION_HARMFUL_APP_INSTALLED

An action that is broadcasted when a harmful app is installed.

Constant Value: "com.google.android.gms.safetynet.action.HARMFUL_APP_INSTALLED"

public static final int HARMFUL_CATEGORY_BACKDOOR

The APK potentially contains a backdoor.

Constant Value: 9

public static final int HARMFUL_CATEGORY_CALL_FRAUD

The APK potentially contains call fraud.

Constant Value: 8

public static final int HARMFUL_CATEGORY_DATA_COLLECTION

The APK potentially contains data collection capabilities.

Constant Value: 21

public static final int HARMFUL_CATEGORY_DENIAL_OF_SERVICE

The APK potentially contains denial of service logic.

Constant Value: 20

public static final int HARMFUL_CATEGORY_FRAUDWARE

The APK is potentially fraudware.

Constant Value: 5

public static final int HARMFUL_CATEGORY_GENERIC_MALWARE

The APK is potentially malware.

Constant Value: 11

public static final int HARMFUL_CATEGORY_HARMFUL_SITE

The APK potentially contains harmful sites.

Constant Value: 12

public static final int HARMFUL_CATEGORY_HOSTILE_DOWNLOADER

The APK is potentially a hostile downloader.

Constant Value: 14

public static final int HARMFUL_CATEGORY_NON_ANDROID_THREAT

The APK potentially contains threats to non-Android systems.

Constant Value: 15

public static final int HARMFUL_CATEGORY_PHISHING

The APK potentially contains phishing.

Constant Value: 2

public static final int HARMFUL_CATEGORY_PRIVILEGE_ESCALATION

The APK potentially contains privilege escalation capabilities.

Constant Value: 17

public static final int HARMFUL_CATEGORY_RANSOMWARE

The APK is potentially ransomware.

Constant Value: 1

public static final int HARMFUL_CATEGORY_ROOTING

The APK potentially contains rooting capabilities.

Constant Value: 16

public static final int HARMFUL_CATEGORY_SPAM

The APK potentially contains spam.

Constant Value: 19

public static final int HARMFUL_CATEGORY_SPYWARE

The APK is potentially spyware.

Constant Value: 10

public static final int HARMFUL_CATEGORY_TOLL_FRAUD

The APK potentially contains toll fraud.

Constant Value: 6

public static final int HARMFUL_CATEGORY_TRACKING

The APK potentially contains tracking logic.

Constant Value: 18

public static final int HARMFUL_CATEGORY_TROJAN

The APK potentially contains a trojan.

Constant Value: 3

public static final int HARMFUL_CATEGORY_UNCOMMON

The APK is uncommon.

Constant Value: 4

public static final int HARMFUL_CATEGORY_WAP_FRAUD

The APK potentially contains WAP fraud.

Constant Value: 7

public static final int HARMFUL_CATEGORY_WINDOWS_MALWARE

The APK potentially contains windows malware.

Constant Value: 13