最終更新:2017-04-17 (月) 17:30:18 (2565d)  

android.permission.WRITE_SETTINGS
Top / android.permission.WRITE_SETTINGS

Allows an application to read or write the system settings.

Note:

  • If the app targets API level 23 or higher, the app user must explicitly grant this permission to the app through a permission management screen.
  • The app requests the user's approval by sending an intent with action[[ ACTION_MANAGE_WRITE_SETTINGS]]. The app can check whether it has this authorization by calling Settings.System.canWrite().