android icon indicating copy to clipboard operation
android copied to clipboard

Enforce Intent matching

Open TimoPtr opened this issue 9 months ago • 0 comments

Starting with API 36 Google introduced a new security feature for Intent matching in the manifest https://developer.android.com/about/versions/16/behavior-changes-16#implementation

We should adjust our implementation to support this new feature.

TimoPtr avatar May 20 '25 09:05 TimoPtr