| 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.
|
3912 |
- |
| AppViewHolder.kt |
View holder for an app item in the [OpenWithFragment] list. |
1388 |
- |
| InstallBannerViewHolder.kt |
View holder for install Firefox item in the [OpenWithFragment] list. |
1106 |
- |
| OpenWithFragment.kt |
[AppCompatDialogFragment] used to display open in app options. |
5764 |
- |