You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: