lionscribe thanks. good work. just so you know, com.att.deviceunlock is not going to show up in most phones' launchers. only the tcl flip uses that launcher. What you can do is add a notification listener and create a notification (on boot completed) so the app can be launched from notifications. Another less friendly way would be to make a broadcast reciever, with intent filer android.telephony.SECRET_CODE and make a host whichever phone number you want. then you can launch it using a *#*#1234#*#*
code.
I made smali for both of those options, so I can add it and reupload if you want.