openAppSettings static method

void openAppSettings()

打开系统的应用设置页面

示例:

AppUtil.openAppSettings();

返回: 无返回值,直接调用原生应用设置

Implementation

static void openAppSettings() {
  AppSettings.openAppSettings();
}