detectPotentiallyDangerousApps

Using the PackageManager, check for a list of well known apps that require root. @link {Const.knownRootAppsPackages}

Return

true if one of the apps it's installed


open fun detectPotentiallyDangerousApps(additionalDangerousApps: Array<String>): Boolean

Using the PackageManager, check for a list of well known apps that require root. @link {Const.knownRootAppsPackages}

Return

true if one of the apps it's installed

Parameters

additionalDangerousApps

- array of additional packagenames to search for