Loading services/core/java/com/android/server/pm/LauncherAppsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -652,6 +652,7 @@ public class LauncherAppsService extends SystemService { activityInfo.name.equals(component.getClassName())) { // Found an activity with category launcher that matches // this component so ok to launch. launchIntent.setPackage(null); launchIntent.setComponent(component); mContext.startActivityAsUser(launchIntent, opts, user); return; Loading services/core/java/com/android/server/pm/crossprofile/CrossProfileAppsServiceImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ public class CrossProfileAppsServiceImpl extends ICrossProfileApps.Stub { final long ident = mInjector.clearCallingIdentity(); try { launchIntent.setPackage(null); launchIntent.setComponent(component); mContext.startActivityAsUser(launchIntent, ActivityOptions.makeOpenCrossProfileAppsAnimation().toBundle(), user); Loading Loading
services/core/java/com/android/server/pm/LauncherAppsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -652,6 +652,7 @@ public class LauncherAppsService extends SystemService { activityInfo.name.equals(component.getClassName())) { // Found an activity with category launcher that matches // this component so ok to launch. launchIntent.setPackage(null); launchIntent.setComponent(component); mContext.startActivityAsUser(launchIntent, opts, user); return; Loading
services/core/java/com/android/server/pm/crossprofile/CrossProfileAppsServiceImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ public class CrossProfileAppsServiceImpl extends ICrossProfileApps.Stub { final long ident = mInjector.clearCallingIdentity(); try { launchIntent.setPackage(null); launchIntent.setComponent(component); mContext.startActivityAsUser(launchIntent, ActivityOptions.makeOpenCrossProfileAppsAnimation().toBundle(), user); Loading