Loading packages/SystemUI/src/com/android/systemui/screenshot/proxy/ScreenshotProxyClient.kt +2 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package com.android.systemui.screenshot.proxy import android.annotation.SuppressLint import android.content.Context import android.content.Intent import android.os.UserHandle import android.util.Log import android.view.Display import com.android.internal.infra.ServiceConnector Loading @@ -38,7 +39,7 @@ class ScreenshotProxyClient @Inject constructor(@Application context: Context) : context, Intent(context, ScreenshotProxyService::class.java), Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE, context.userId, UserHandle.USER_SYSTEM, IScreenshotProxy.Stub::asInterface, ) Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/proxy/ScreenshotProxyClient.kt +2 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package com.android.systemui.screenshot.proxy import android.annotation.SuppressLint import android.content.Context import android.content.Intent import android.os.UserHandle import android.util.Log import android.view.Display import com.android.internal.infra.ServiceConnector Loading @@ -38,7 +39,7 @@ class ScreenshotProxyClient @Inject constructor(@Application context: Context) : context, Intent(context, ScreenshotProxyService::class.java), Context.BIND_AUTO_CREATE or Context.BIND_WAIVE_PRIORITY or Context.BIND_NOT_VISIBLE, context.userId, UserHandle.USER_SYSTEM, IScreenshotProxy.Stub::asInterface, ) Loading