Quintin Par
Quintin Par

Reputation: 16252

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?

Upvotes: 2

Views: 298

Answers (1)

funkybro
funkybro

Reputation: 8671

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.

Upvotes: 1

Related Questions