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

"Activity not found to handle intent" when calling openApplicationDetailsSetting #5

Open
JaviCore opened this issue Jul 27, 2021 · 3 comments

Comments

@JaviCore
Copy link

JaviCore commented Jul 27, 2021

Error is as simple as it sounds. I try to call OpenSettings.openApplicationDetailsSetting() on an adaptative switch's onchanged method and I get hit with the following:

E/MethodChannel#open_settings( 1155): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.APPLICATION_DETAILS_SETTINGS flg=0x10000000 }

flutter doctor output

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.2.3, on Microsoft Windows [Version 10.0.18363.1440], locale es-ES)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.9.4)
[√] Android Studio (version 3.6)
[√] VS Code (version 1.58.2)
[√] Connected device (4 available)

• No issues found!
@irajeshh
Copy link

irajeshh commented Oct 1, 2021

Facing the same issue, I think he discontinued the plugin

@RUSSCITY
Copy link

The same issue on Android 12 OnePlus 8 Pro.

@RUSSCITY
Copy link

As long PR not merged you can use this:

open_settings:
    git:
      url: https://github.com/RUSSCITY/open_settings.git
      ref: c076070

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

No branches or pull requests

3 participants