Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mono.Android] Fix methods mapping to Android.Telephony.Data.* enums. #6535

Merged
merged 1 commit into from Nov 30, 2021

Conversation

jpobst
Copy link
Contributor

@jpobst jpobst commented Nov 30, 2021

Fixes #6527

Several methods in android.telephony.data.ApnSetting and android.telephony.data.ApnSetting$Builder have been mapped to enums that do not exist like Android.Telephony.ApnType.

These enums are actually in the Android.Telephony.Data namespace and thus should be Android.Telephony.Data.ApnType.

Fixing these allows the methods to be bound instead of being invalidated for trying to reference non-existent types.

From CI package:
image

@jpobst jpobst marked this pull request as ready for review November 30, 2021 19:24
@jonpryor jonpryor merged commit c4b02d7 into main Nov 30, 2021
@jonpryor jonpryor deleted the apnsetting-enums branch November 30, 2021 21:17
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't create ApnSetting object
2 participants