manageAllApplications method
管理所有应用
Open Android settings in Manage All Applications
section.
returns operation successful or failure.
Implementation
Future<bool?> manageAllApplications() {
return postMessage<bool?>(
action: 'android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS');
}