Hi
Any one Help me the coding to get Out going SMS / MMS count in the Android 1.5. it means my code will know automatically, when the SMS or MSS will be sent from the Mobile
please help me any one to find the solution
thank you
Hi
Any one Help me the coding to get Out going SMS / MMS count in the Android 1.5. it means my code will know automatically, when the SMS or MSS will be sent from the Mobile
please help me any one to find the solution
thank you
Unfortunately there is currently no good way to trigger custom code when the phone sends a message. If you only need the count of sent messages you can query the content provider for content://sms/sent
but that only gives you messages that were sent by an application that stores them there after sending (e.g. Android Messaging Application).
Related questions