Skip to content

IntentFilterAttribute is missing PathSuffix and PathAdvancePattern #8235

@Digifais

Description

@Digifais

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).

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions