flutter_plugin_device_apps
flutter_plugin_device_apps copied to clipboard
Open App Settings is not wokring
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?
Hi @jspw, is-there any error provided?
No there is no error here. It just return false. Somehow the app setting is refusing.