AppDataListBixbyFactory
A factory class for creating lists of application data.
This class extends AbstractAppDataListFactory and provides methods to retrieve application information from both the Samsung Content Service (SCS) using the provider using com.samsung.android.scs.ai.search/v1
in querying the apps and from Package Manager.
It prioritizes SCS for data retrieval and falls back to the Package Manager if SCS data is unavailable.
This class is intended for library use only, as indicated by the @RestrictTo
annotation.
Parameters
context
The application context, used for accessing system services like PackageManager and ContentResolver.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Retrieves a list of AppInfoData objects based on the specified item type.