IInstaller: Use Download object for installing apps

Contains all required data for us to install an app making things easier
to work with.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-01-24 20:19:28 +05:30
parent 1ebe86a22b
commit c562f4351e
14 changed files with 93 additions and 151 deletions

View File

@@ -24,6 +24,7 @@ object Constants {
const val FLOAT_EXTRA = "FLOAT_EXTRA"
const val STRING_APP = "STRING_APP"
const val STRING_VERSION = "STRING_VERSION"
const val PARCEL_DOWNLOAD = "PARCEL_DOWNLOAD"
const val STRING_EXTRA = "STRING_EXTRA"
const val BROWSE_EXTRA = "BROWSE_EXTRA"