How would I make my app launch when a secret code, such as *#*#12345#*#* is entered into the dialer?
*#*#12345#*#*
I couldn\'t find a solution in the Android docs.
Create a broadcast receiver with this action:
In the extras you find the dialed number.
Edit: Here is tutorial for broadcast receiver.