Kynetics/uf-android-client

View on GitHub
uf-client-service/src/main/kotlin/com/kynetics/uf/android/update/application/PackageInstallerBroadcastReceiver.kt

Summary

Maintainability
A
1 hr
Test Coverage

Method onReceive has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    override fun onReceive(context: Context, intent: Intent) {
        if (PackageInstallerBRHandler.ACTION_INSTALL_COMPLETE != intent.action) {
            return
        }

    There are no issues that match your filters.

    Category
    Status