ignoreBackgroundDataRestrictions method
忽略后台数据显示
Open Android settings in Ignore Background Data Restrictions
section.
returns operation successful or failure.
Implementation
Future<bool?> ignoreBackgroundDataRestrictions() {
return postMessage(
action: 'android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS',
);
}