Loading src/com/android/packageinstaller/wear/WearPackageInstallerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,8 @@ public class WearPackageInstallerService extends Service { return; } pkg.applicationInfo.sourceDir = tempFile.getPath(); pkg.applicationInfo.publicSourceDir = tempFile.getPath(); getLabelAndUpdateNotification(packageName, getString(R.string.installing_app, pkg.applicationInfo.loadLabel(pm))); Loading Loading
src/com/android/packageinstaller/wear/WearPackageInstallerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,8 @@ public class WearPackageInstallerService extends Service { return; } pkg.applicationInfo.sourceDir = tempFile.getPath(); pkg.applicationInfo.publicSourceDir = tempFile.getPath(); getLabelAndUpdateNotification(packageName, getString(R.string.installing_app, pkg.applicationInfo.loadLabel(pm))); Loading