reading sms messages from my inbox in j2me

后端 未结 2 1598
悲&欢浪女
悲&欢浪女 2021-01-15 17:30

how can i read sms messages in my inbox?i want to read the sms msgs ,no of msgs etc Can i do it in j2me?if yes how? i want to run the app on nokia and sony

相关标签:
2条回答
  • 2021-01-15 17:33

    I believe you can't read sms directly from your inbox. However you can run your j2me application and wait for incoming sms. In other words, you can't receive any sms if the application is not running.

    0 讨论(0)
  • 2021-01-15 17:34

    unfortunately you will need to wait for midp3 to achieve this unless you are using the blackberry sdk in which case there are classes that enable you to read the message box

    0 讨论(0)
提交回复
热议问题