Possible to query the native inbox of a mobile from J2ME?
Is it possible to query the native inbox (port 0 I suppose) of mobile from J2ME and then pull up the SMS开发者_开发知识库 for processing?
No this is not possible. The only API for accessing SMSs is JSR 120/205, which only permits access to messages sent to a particular port number.
精彩评论