I'm trying to write a function for the Android platform that will allow me to call 911 without any sort of prompt.
I have already added the permission android.permission.CALL_PRIVILEGED
. I just need a function that will dial 911 at the press of a button in my options menu.