AppAdapter.kt |
An adapter for displaying app items in the [OpenWithFragment] dialog.
This will display browser apps and an item that can be used for installing Firefox,
if it is not already installed on the device.
@param context The context used to access resources.
@param infoArray List of browser apps represented by [ActivityInfo].
@param store Store app for installing Firefox, represented by [ActivityInfo].
This can be null if no store app is available.
|
4064 |
AppViewHolder.kt |
View holder for an app item in the [OpenWithFragment] list.
|
1412 |
InstallBannerViewHolder.kt |
View holder for install Firefox item in the [OpenWithFragment] list.
|
1137 |
OpenWithFragment.kt |
[AppCompatDialogFragment] used to display open in app options.
|
5810 |