Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9513828 authored by Andrew Zeng's avatar Andrew Zeng
Browse files

Show app name on installation.

Bug: 64322053
Test: manually installed app w/ embedded apk from Playstore.

Change-Id: I9cdf455f842e056f774f90e17f92d2d4b5bc00e9
parent d97f9e45
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)));