让android应用程序跳转到系统的各个设置页面
在android SDK文档中有这样一个类,android.provider.Settings类提供android系统各个页面的跳转常量: String ACTION_ACCESSIBILITY_SETTINGS Activity Action: Show settings for accessibility modules. String ACTION_ADD_ACCOUNT Activity Action: Show add account screen for creating a new account. String ACTION_AIRPLANE_MODE_SETTINGS Activity Action: Show settings to allow entering/exiting airplane mode. String ACTION_APN_SETTINGS Activity Action: Show settings to allow configuration of APNs. String ACTION_APPLICATION_DETAILS_SETTI...
