PackageManagerHelperImpl
Implementation of PackageManagerHelper that provides functionality for interacting with the Android Package Manager.
This class is responsible for retrieving application information, such as labels and icons, and handling Samsung-specific features related to icon trays. It also includes caching mechanisms for PackageManager
instances to improve performance.
Parameters
context
The application context, used to access system services and resources.
Properties
Functions
Link copied to clipboard
open override fun getActivityIcon(packageName: String, activityName: String, userId: Int): Drawable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun semGetApplicationIconForIconTray(packageName: String, mode: Int, userId: Int): Drawable?