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

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

Inherits Threat.

Description

Sideload detection checks for applications installed from an untrusted source on the device. These apps are installed manually rather than from an official app store. Applications not from an official app store pose a security risk.

Requires "BlackBerry Mobile Threat Defense" to be enabled.

Public Member Functions

int getAppsDetected ()
 Get the total number of APK files scanned. More...
 
String[] getSideloadedApps ()
 Get the details of sideloaded 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 total number of APK files which were analyzed in the last scan on the device.

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

◆ getSideloadedApps()

String [] getSideloadedApps ( )

Get the package names of APK files that have been installed from an untrusted source by the user on the device

Returns
String[] Provides the app package name.