mattprecious / telescope

A simple tool to allow easy bug report capturing within your app.
Apache License 2.0
1.18k stars 116 forks source link

Use application context for MediaProjectionManager to avoid leak #74

Closed ZacSweers closed 5 years ago

ZacSweers commented 5 years ago

On Android 10, the context used to retrieve MediaProjectionManager is leaked, so the recommended workaround is to use the application context.

https://issuetracker.google.com/issues/139732252

pyricau commented 5 years ago

@mattprecious new release with the fix ;) ?