本帖最后由 YuSuu 于 2011-06-01 21:24:13 编辑

解决方案 »

  1.   

    注册一个广播接收者,接收到短信以后启动一个Notifycation,通过Notifycation启动自己的程序就行啦啊!楼主 试试吧!
      

  2.   

    有在试,j2me的push短信可以发送到端口,这样就不用每条短信都解析。但是android的sendDataMessage(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) 
    虽然有port的参数,但是一般都置为Null,看网上有网友说,android发不了端口短信,或接收端口短信、
      

  3.   

    extends BroadcastReceiver 在onReceive方法中判断action ==  ACTION_SMS_RECEIVED ,startActivity就可以了
      

  4.   

    创建一个BroadcastReceiver,自定义一个标识,当出现标识的时候就广播一个事件