g123k / flutter_plugin_device_apps

Flutter plugin to get the list of installed applications (iOS is not supported yet).
https://pub.dev/packages/device_apps
Apache License 2.0
106 stars 89 forks source link

Open App Settings is not wokring #71

Open jspw opened 3 years ago

jspw commented 3 years ago
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?

g123k commented 3 years ago

Hi @jspw, is-there any error provided?

jspw commented 3 years ago

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