-
Notifications
You must be signed in to change notification settings - Fork 559
Closed
Labels
Area: Mono.AndroidIssues with the Android API binding (Mono.Android.dll).Issues with the Android API binding (Mono.Android.dll).
Milestone
Description
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.), .NET Android (net7.0-android, etc.)
Affected platform version
Xamarin.Android 13.2.0.6, .NET 7.0.306
Description
IntentFilterAttribute is missing PathSuffix and PathAdvancePattern, which were introduced in API 31. Cfr: https://developer.android.com/guide/topics/manifest/data-element#path
Steps to Reproduce
Add an IntentFilterAttribute to any activity and you see that those two data element attributes are not exposed.
Did you find any workaround?
You can manually add this to your Android Manifest instead of using an IntentFilterAttribute.
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
Area: Mono.AndroidIssues with the Android API binding (Mono.Android.dll).Issues with the Android API binding (Mono.Android.dll).