android
android copied to clipboard
Enforce Intent matching
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.