Is it possible to query the native inbox (port 0 I suppose) of mobile from J2ME and then pull up the SMS for processing?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
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.