Loading core/java/com/android/internal/app/ChooserActivity.java +0 −4 Original line number Diff line number Diff line Loading @@ -3043,10 +3043,6 @@ public class ChooserActivity extends ResolverActivity implements currentRootAdapter.updateDirectShareExpansion(); } void prepareIntentForCrossProfileLaunch(Intent intent) { intent.fixUris(UserHandle.myUserId()); } @Override protected WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { if (shouldShowTabs()) { Loading core/java/com/android/internal/app/ResolverActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -1250,7 +1250,9 @@ public class ResolverActivity extends Activity implements return true; } void prepareIntentForCrossProfileLaunch(Intent intent) {} private void prepareIntentForCrossProfileLaunch(Intent intent) { intent.fixUris(UserHandle.myUserId()); } private boolean isLaunchingTargetInOtherProfile() { return mMultiProfilePagerAdapter.getCurrentUserHandle().getIdentifier() Loading Loading
core/java/com/android/internal/app/ChooserActivity.java +0 −4 Original line number Diff line number Diff line Loading @@ -3043,10 +3043,6 @@ public class ChooserActivity extends ResolverActivity implements currentRootAdapter.updateDirectShareExpansion(); } void prepareIntentForCrossProfileLaunch(Intent intent) { intent.fixUris(UserHandle.myUserId()); } @Override protected WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { if (shouldShowTabs()) { Loading
core/java/com/android/internal/app/ResolverActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -1250,7 +1250,9 @@ public class ResolverActivity extends Activity implements return true; } void prepareIntentForCrossProfileLaunch(Intent intent) {} private void prepareIntentForCrossProfileLaunch(Intent intent) { intent.fixUris(UserHandle.myUserId()); } private boolean isLaunchingTargetInOtherProfile() { return mMultiProfilePagerAdapter.getCurrentUserHandle().getIdentifier() Loading