android icon indicating copy to clipboard operation
android copied to clipboard

Intent should always have an action

Open TimoPtr opened this issue 9 months ago • 0 comments

Starting with API 35 we need to make sure that all the Intent we use have a proper Action defined.

https://developer.android.com/about/versions/15/behavior-changes-15#safer-intents

TimoPtr avatar May 20 '25 09:05 TimoPtr