|
|
|
|
|
by jeroenhd
976 days ago
|
|
> Hopefully a relatively easy fix on the OS side: ensure that these toasts have a higher z-index than app overlay windows. The point of the system overlay permission is to draw on top of everything else. Maybe Android should introduce some kind of overlay overlay overlay to overlay clipboard messages, but I think that would probably overcomplicate the API. Perhaps it's better to instead send a notification when an application rendering a system overlay accesses the clipboard as well. That way, users closing out of the app can see that the application has accessed the clipboard. Of course sufficiently privileged applications can dismiss notifications, but that requires even more difficult to attain permissions. |
|