Ajay Mohan
Ajay Mohan

Reputation: 5

Can we programmatically dismiss the screen cast message in android? When MediaProjection.getScreenCaptureIntent() is called?

Is it possible to programmatically dismiss the screen sharing prompt message that pops up when we call MediaProjection.getScreenCaptureIntent()?

Upvotes: 0

Views: 151

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006819

No, ordinary apps cannot dismiss system dialogs, particularly those pertaining to permissions.

Upvotes: 1

Related Questions