Rename FusedAPIInterface in ApplicationInstaller
Description
FusedAPIInterface has been renamed in ApplicationInstaller.
ApplicationInstaller has also been sanitized:
interface ApplicationInstaller {
fun installApplication(app: FusedApp)
fun cancelDownload(app: FusedApp)
}
Previous parameters appIcon: ImageView? of installApplication() was never used.
Screenshots
Technical details
Tests
Issues
10 commandments of code reviews
Edited by Jonathan Klee