• BlackBerry Dynamics
  • Runtime library for Android applications
  • 10.0.0.93
ThreatAppMalware Class Reference

Provide details on the applications scanned as part of malware threat detection. More...

Inherits Threat.

Description

Detects malicious applications or malware on an Android device using AI and machine learning to analyze the app package.

Requires "BlackBerry Mobile Threat Defense" to be enabled.

Public Member Functions

int getAppsDetected ()
 Get the number of APK files that were deemed to be malicious. More...
 
ApkInfo[] getMaliciousApps ()
 Get the details of malicious APK files. More...
 
- Public Member Functions inherited from Threat
ThreatType getType ()
 Indicate the type of threat being checked. More...
 
long getEvaluatedTime ()
 Determine when the check last completed. More...
 
ThreatLevel getRiskLevel ()
 Return the level of risk posed by the threat. More...
 
boolean getDetectionEnabled ()
 Check whether the threat is being evaluated. More...
 
boolean isEnabled ()
 Return whether the detection for this threat is enabled by configuration. More...
 
String getInfo ()
 Get information on possible remediation actions to the threat. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Threat
boolean isChecked ()
 Return if the check has been executed by the runtime. More...
 

Member Function Documentation

◆ getAppsDetected()

int getAppsDetected ( )

Get the number of APK files that were deemed to be malicious in the last scan. Malicious apps should be immediately uninstalled by the user.

Returns
The number of malicious apps; or a negative number if the operation failed.

◆ getMaliciousApps()

ApkInfo [] getMaliciousApps ( )

Get the details of malicious APK files.

Returns
ApkInfo Provides the app package name and if the APK is a system application.