Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -169,8 +169,6 @@ public class NotificationRemoteInputManager implements Dumpable { return mCallback.handleRemoteViewClick(view, pendingIntent, action == null ? false : action.isAuthenticationRequired(), () -> { Pair<Intent, ActivityOptions> options = response.getLaunchOptions(view); options.second.setLaunchWindowingMode( WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARY); mLogger.logStartingIntentWithDefaultHandler(entry, pendingIntent); return RemoteViews.startPendingIntent(view, pendingIntent, options); }); Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +0 −3 Original line number Diff line number Diff line Loading @@ -4622,9 +4622,6 @@ public class StatusBar extends SystemUI implements DemoMode, } else { options = ActivityOptions.makeBasic(); } // Anything launched from the notification shade should always go into the secondary // split-screen windowing mode. options.setLaunchWindowingMode(WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARY); return options; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -169,8 +169,6 @@ public class NotificationRemoteInputManager implements Dumpable { return mCallback.handleRemoteViewClick(view, pendingIntent, action == null ? false : action.isAuthenticationRequired(), () -> { Pair<Intent, ActivityOptions> options = response.getLaunchOptions(view); options.second.setLaunchWindowingMode( WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARY); mLogger.logStartingIntentWithDefaultHandler(entry, pendingIntent); return RemoteViews.startPendingIntent(view, pendingIntent, options); }); Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +0 −3 Original line number Diff line number Diff line Loading @@ -4622,9 +4622,6 @@ public class StatusBar extends SystemUI implements DemoMode, } else { options = ActivityOptions.makeBasic(); } // Anything launched from the notification shade should always go into the secondary // split-screen windowing mode. options.setLaunchWindowingMode(WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARY); return options; } Loading