open_settings icon indicating copy to clipboard operation
open_settings copied to clipboard

flutter plugin

Results 9 open_settings issues
Sort by recently updated
recently updated
newest added

`PlatformException (PlatformException(error, No Activity found to handle Intent { act=android.settings.MANAGE_OVERLAY_PERMISSION flg=0x10000000 }, null, android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.MANAGE_OVERLAY_PERMISSION flg=0x10000000 } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2187) at android.app.Instrumentation.execStartActivity(Instrumentation.java:1831) at android.app.ContextImpl.startActivity(ContextImpl.java:1108)...

Full error ``` E/MethodChannel#open_settings(31594): Failed to handle method call E/MethodChannel#open_settings(31594): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.MANAGE_WRITE_SETTINGS flg=0x10000000 } E/MethodChannel#open_settings(31594): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1854) E/MethodChannel#open_settings(31594): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1544) E/MethodChannel#open_settings(31594): at android.app.ContextImpl.startActivity(ContextImpl.java:885)...

I'm trying to build the iOS version but I'm getting the following error: ``` Swift Compiler Error (Xcode): 'openSettingsURLString' has been renamed to 'UIApplicationOpenSettingsURLString' /Users/sysmin/.pub-cache/hosted/[pub.dartlang.org/open_settings-2.0.2/ios/Classes/SwiftOpenSettingsPlugin.swift:13:51](http://pub.dartlang.org/open_settings-2.0.2/ios/Classes/SwiftOpenSettingsPlugin.swift:13:51) Uncategorized (Xcode): Command CompileSwiftSources failed...

Is there any way to handle callbacks after navigating back from intents? I want a callback from `openBiometricEnrollSetting`

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...

Flutter (Channel stable, 2.5.3, on Mac OS X 10.15.4 19E287 darwin-x64, locale en-TH) build.grade compileSdkVersion 31 targetSdkVersion 30 Device Platform : Android 10 (API 29) EMUI: 11.0.0.215 UI Function: Manage...

OpenSettings.openLocationSourceSetting jumps to app setting page,not the location service page, it should jump to picture one,but actually it jump to picture two: ![picture1](https://github.com/user-attachments/assets/13a030aa-1651-4351-8177-6be4ba2a6b8f) ![picture2](https://github.com/user-attachments/assets/aec2be46-fd5c-4e0c-b2bc-143b23beaed6)