Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac1a2fa7 authored by Matt Casey's avatar Matt Casey Committed by Android (Google) Code Review
Browse files

Merge "Make screenshot proxy always talk to USER_SYSTEM" into main

parents fb4bcf40 3e4db3f4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
@@ -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,
        )