Closed raywoocn closed 2 years ago
When calling the following code on Android, final ScreenCaptureEvent screenListener = ScreenCaptureEvent(); The app will ask the storage permission, which seems to be unnecessary? It it possible to remove this permission request requirenment?
final ScreenCaptureEvent screenListener = ScreenCaptureEvent();
Storage permission is required, this plugin work by watching on screenshot/screenrecord directory and catch new write action in it
When calling the following code on Android,
final ScreenCaptureEvent screenListener = ScreenCaptureEvent();
The app will ask the storage permission, which seems to be unnecessary? It it possible to remove this permission request requirenment?