Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.kt +1 −4 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ import android.util.Log import android.view.Display import android.view.ScrollCaptureResponse import android.view.ViewRootImpl.ActivityConfigCallback import android.view.WindowManager import android.view.WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE import android.widget.Toast import android.window.WindowContext Loading Loading @@ -218,9 +217,7 @@ internal constructor( window.setFocusable(true) viewProxy.requestFocus() if (screenshot.type != WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE) { enqueueScrollCaptureRequest(requestId, screenshot.userHandle) } window.attachWindow() Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotCrossProfileService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class ScreenshotCrossProfileService : Service() { private val mBinder: IBinder = object : ICrossProfileService.Stub() { override fun launchIntent(intent: Intent, bundle: Bundle) { override fun launchIntent(intent: Intent, bundle: Bundle?) { startActivity(intent, bundle) } } Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.kt +1 −4 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ import android.util.Log import android.view.Display import android.view.ScrollCaptureResponse import android.view.ViewRootImpl.ActivityConfigCallback import android.view.WindowManager import android.view.WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE import android.widget.Toast import android.window.WindowContext Loading Loading @@ -218,9 +217,7 @@ internal constructor( window.setFocusable(true) viewProxy.requestFocus() if (screenshot.type != WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE) { enqueueScrollCaptureRequest(requestId, screenshot.userHandle) } window.attachWindow() Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotCrossProfileService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class ScreenshotCrossProfileService : Service() { private val mBinder: IBinder = object : ICrossProfileService.Stub() { override fun launchIntent(intent: Intent, bundle: Bundle) { override fun launchIntent(intent: Intent, bundle: Bundle?) { startActivity(intent, bundle) } } Loading