ACTION_USER_SETTINGS constant
String
const ACTION_USER_SETTINGS
Activity Action: Show settings to allow configuration of users.
In some cases, a matching Activity may not exist, so ensure you safeguard against this.
Input: Nothing.
Output: Nothing. @hide
Implementation
static const String ACTION_USER_SETTINGS = "android.settings.USER_SETTINGS";