4.14.1 SDK – October 8, 2020
Android SDK: Added MediaProjection API Option
Glance has added an option StartParams.setMediaProjectionEnabled
to use the MediaProjection API for screen capture. This option may be necessary to capture certain types of content, for example from the Google Maps SDK.
Unlike setCaptureEntireScreen
, using setMediaProjectionEnabled
will only show your application. There may be some cases with this option where notifications are also shown.
More information is available in the README.