When searching for how to launch Intents some people have listed like below.
Can you launch an Intent with the following lines? How would you do it?
Display Settings
#Intent;component=com.android.settings/.DisplaySettings;end
Sound Settings
#Intent;component=com.android.settings/.SoundSettings;end
Wireless Settings
#Intent;component=com.android.settings/.WirelessSettings;end
Dialer
#Intent;component=com.android.contacts/.DialtactsActivity;end
For the first line, it will be
The rest of them will be similar to this.