flutter_plugin_device_apps icon indicating copy to clipboard operation
flutter_plugin_device_apps copied to clipboard

Open App Settings is not wokring

Open jspw opened this issue 3 years ago • 2 comments

var shit = await DeviceApps.openAppSettings(app.packageName);
Navigator.pop(context, [apps, sortType]);
print(shit);

await returns false.. I wanted to open any random app's setting on lonpressed but it is returning false. I guess there is a prblm of permission.How can i solve this?

jspw avatar Apr 03 '21 00:04 jspw

Hi @jspw, is-there any error provided?

g123k avatar Apr 12 '21 13:04 g123k

No there is no error here. It just return false. Somehow the app setting is refusing.

jspw avatar Apr 12 '21 16:04 jspw