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

fix(Android): Open the Wifi settings panel on Android 10 and above. #319

Merged

Conversation

MagnasiePro
Copy link
Collaborator

@MagnasiePro MagnasiePro commented Aug 11, 2023

The setEnabled() function is deprecated on Android 10 and above, and it appears not to work on Android 13.

The recommended solution is to utilize the Settings.Panel.ACTION_WIFI on these versions.

@JuanSeBestia JuanSeBestia merged commit bd89902 into JuanSeBestia:master Oct 27, 2023
JuanSeBestia pushed a commit that referenced this pull request Oct 27, 2023
# [4.9.0](v4.8.3...v4.9.0) (2023-10-27)

### Bug Fixes

* **Android:** Open the Wifi settings panel on Android 10 and above. ([#319](#319)) ([bd89902](bd89902))

### Features

* add with-expo example ([#314](#314)) ([f572a81](f572a81))
@JuanSeBestia
Copy link
Owner

🎉 This PR is included in version 4.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

This was referenced Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants