Settings.ActionManageWriteSettings Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity Action: Show screen for controlling which apps are allowed to write/modify system settings.
[Android.Runtime.Register("ACTION_MANAGE_WRITE_SETTINGS", ApiSince=23)]
public const string ActionManageWriteSettings;
[<Android.Runtime.Register("ACTION_MANAGE_WRITE_SETTINGS", ApiSince=23)>]
val mutable ActionManageWriteSettings : string
Field Value
- Attributes
Remarks
Activity Action: Show screen for controlling which apps are allowed to write/modify system settings.
In some cases, a matching Activity may not exist, so ensure you safeguard against this.
Input: Optionally, the Intent's data URI can specify the application package name to directly invoke the management GUI specific to the package name. For example "package:com.my.app".
Output: Nothing.
Java documentation for android.provider.Settings.ACTION_MANAGE_WRITE_SETTINGS
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.