AppInfo

class AppInfo

This class allows mocking of PackageManager functionality in tests.

Constructors

Link copied to clipboard
fun AppInfo()

Functions

Link copied to clipboard
fun getDisplayName(context: Context, packageName: String): String
Link copied to clipboard
fun getIconDrawable(context: Context, packageName: String): Drawable
Link copied to clipboard
fun getSummary(context: Context, packageName: String): String