Loading services/core/java/com/android/server/pm/CrossProfileAppsServiceImpl.java +0 −7 Original line number Diff line number Diff line Loading @@ -236,13 +236,6 @@ public class CrossProfileAppsServiceImpl extends ICrossProfileApps.Stub { verifyActivityCanHandleIntent(launchIntent, callingUid, userId); // Always show the cross profile animation if (options == null) { options = ActivityOptions.makeOpenCrossProfileAppsAnimation().toBundle(); } else { options.putAll(ActivityOptions.makeOpenCrossProfileAppsAnimation().toBundle()); } mInjector.getActivityTaskManagerInternal() .startActivityAsUser( caller, Loading Loading
services/core/java/com/android/server/pm/CrossProfileAppsServiceImpl.java +0 −7 Original line number Diff line number Diff line Loading @@ -236,13 +236,6 @@ public class CrossProfileAppsServiceImpl extends ICrossProfileApps.Stub { verifyActivityCanHandleIntent(launchIntent, callingUid, userId); // Always show the cross profile animation if (options == null) { options = ActivityOptions.makeOpenCrossProfileAppsAnimation().toBundle(); } else { options.putAll(ActivityOptions.makeOpenCrossProfileAppsAnimation().toBundle()); } mInjector.getActivityTaskManagerInternal() .startActivityAsUser( caller, Loading