Application

data class Application(val rasp: RASP)

This class is used to perform actions on the application packages of the device

Parameters

rasp

RASP — the main instance to use the Pradeo software

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Properties

Link copied to clipboard
val rasp: RASP

Functions

Link copied to clipboard
suspend fun listInstalledApplications(excludingNatives: Boolean = false): Sequence<ApplicationMetadata>

Retrieve the list of installed applications

Link copied to clipboard

List of newly installed application packages since the last scan.

List of newly installed application packages from the specified installation date.