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

Commit eca5379e authored by Amit Kumar's avatar Amit Kumar
Browse files

Merge branch 'develop' after fixing magic earth name

parents d6032a96 094b683f
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -182,8 +182,14 @@ public class AppUtils {
                    if ((appInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
                        isSystemApp = true;
                    }

                    String labelName = activityInfo.loadLabel(packageManager).toString();

                    if (appInfo.packageName.equalsIgnoreCase("com.generalmagic.magicearth")) {
                        labelName = "Maps";
                    }
                    AppItem launchableApp = new AppItem(
                            activityInfo.loadLabel(packageManager).toString(),
                            labelName,
                            appInfo.packageName,
                            appIcon,
                            intent,