LaunchableAndroidApp

class LaunchableAndroidApp(launchablePackageName: String) : AndroidApp

AndroidApp type that represents a standard Android app with a launcher activity.

Constructors

Link copied to clipboard
fun LaunchableAndroidApp(launchablePackageName: String)

Inherited properties

Link copied to clipboard
open override val displayName: StringResolver

displayName resolves to an empty string if the package is not found so it can be used to filter out recently uninstalled apps.

Link copied to clipboard
open override val icon: DrawableResolver

Provides an icon for the app which can be displayed in the UI.

Link copied to clipboard
open override val id: String

Provides a unique identifier for the App instance.

Link copied to clipboard
val packageName: String
Link copied to clipboard
open override val summary: StringResolver

Provides a description of the app which can be displayed in the UI.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)