Skip to content
Snippets Groups Projects
Commit 61d9e422 authored by Biswarup Pal's avatar Biswarup Pal Committed by Android (Google) Code Review
Browse files

Merge "Fix a log format in DisplayManagerService" into main

parents fb267dc3 79111de9
No related branches found
No related tags found
No related merge requests found
......@@ -1535,8 +1535,8 @@ public final class DisplayManagerService extends SystemService {
throw new SecurityException("Requires CAPTURE_VIDEO_OUTPUT or "
+ "CAPTURE_SECURE_VIDEO_OUTPUT permission, or an appropriate "
+ "MediaProjection token in order to create a screen sharing virtual "
+ "display. In order to create a virtual display that does not perform"
+ "screen sharing (mirroring), please use the flag"
+ "display. In order to create a virtual display that does not perform "
+ "screen sharing (mirroring), please use the flag "
+ "VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY.");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment