Application
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
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.
suspend fun listNewlyInstalledApplicationPackages(installationDateCollected: Instant): Sequence<ApplicationMetadata>
List of newly installed application packages from the specified installation date.