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

feat: add support to open sim profile settings #3330

Conversation

remonh87
Copy link

Description

I couldn't open Settings.ACTION_MANAGE_ALL_SIM_PROFILES_SETTINGS from the intent plugin or it was not clear from the documentation how to do it so I decided to implement a shortcut like you did in location settings.

Thought could be useful to add this one to the list.

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I titled the PR using Conventional Commits.
  • I did not modify the CHANGELOG.md nor the plugin version in pubspec.yaml files.
  • All existing and new tests are passing.
  • The analyzer (flutter analyze) does not report any problems on my PR.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

@remonh87 remonh87 force-pushed the add-support-for-open-sim-profiles branch from c7be4f9 to 6ac9a7e Compare October 18, 2024 14:30
@miquelbeltran
Copy link
Member

Doesn't work when you pass android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS as the action? that the value of the constant: https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/provider/Settings.java#1444

@remonh87
Copy link
Author

hey thanks! I tried that in the past but it didn't work. Maybe it was some hot reload issue because now it works. WIll close the pr

@remonh87 remonh87 closed this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants