I am trying to have a shortcut to the device admin settings page on my Widget.
I have looked at the AndroidManifest.xml (for the standard Android Settings App) for the Intent string, but it doesn’t seem to be there, any ideas where it would be?
Thanks!
As per the answer here you can launch an
Intentwith any string from theandroid.provider.Settingsclass, with different ones for different things. The list of available strings is here.