Loading service/java/foundation/e/splitinstall/service/SplitInstallBroadcastReceiver.kt +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ class SplitInstallBroadcastReceiver : BroadcastReceiver() { if (extras.get(PM_INSTALL_EXTRA_STATUS_KEY) != MODULE_INSTALLED_SUCCESS_STATUS) { val statusMessage = extras.get(PM_INSTALL_EXTRA_STATUS_MESSAGE_KEY) Log.e(TAG, "Could not install a split apk: $statusMessage") return } val updatedPackage = extras.get(PM_INSTALL_EXTRA_PACKAGE_NAME_KEY) Loading Loading
service/java/foundation/e/splitinstall/service/SplitInstallBroadcastReceiver.kt +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ class SplitInstallBroadcastReceiver : BroadcastReceiver() { if (extras.get(PM_INSTALL_EXTRA_STATUS_KEY) != MODULE_INSTALLED_SUCCESS_STATUS) { val statusMessage = extras.get(PM_INSTALL_EXTRA_STATUS_MESSAGE_KEY) Log.e(TAG, "Could not install a split apk: $statusMessage") return } val updatedPackage = extras.get(PM_INSTALL_EXTRA_PACKAGE_NAME_KEY) Loading