Hey.
I would like to launch the default sms appliction inbox from my app.
I have found the sms packages(android sms application and handcent sms) via getPackageManager() and queryIntentActivities(), but i can't find out which one of these are the default application.
I would like to only get one package intent, the default sms application, and start that one.
Anybody know how to find out which one is the default one?
I would like to launch the default sms appliction inbox from my app.
I have found the sms packages(android sms application and handcent sms) via getPackageManager() and queryIntentActivities(), but i can't find out which one of these are the default application.
I would like to only get one package intent, the default sms application, and start that one.
Anybody know how to find out which one is the default one?