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

Commit ba74484c authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "IMS-VT: Fix exception caused by incorrect conversion" am: 68de30a2

am: e860a630

Change-Id: I7d4c7346b7f81a649c1b3c2613903d160bacbd78
parents fc56b66a e860a630
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ public class VideoProviderProxy extends Connection.VideoProvider {
                if (!canUseCamera(mCall.getContext(), callingPackage, callingUid, callingPid)) {
                    // Calling app is not permitted to use the camera.  Ignore the request and send
                    // back a call session event indicating the error.
                    Log.i(this, "onSetCamera: camera permission denied; package=%d, uid=%d, "
                    Log.i(this, "onSetCamera: camera permission denied; package=%s, uid=%d, "
                            + "pid=%d, targetSdkVersion=%d",
                            callingPackage, callingUid, callingPid, targetSdkVersion);