如何从SMS获取PDU

时间:2011-06-21 04:00:17

标签: java android

只是想知道是否可以从SMS重新创建PDU以及如何? 我看了

@Override
public void onReceive(Context context, Intent intent) {
Bundle bundle = intent.getExtras();
Object[] aPDUArray = (Object[]) bundle.get("pdus");

// Here it represent as a byte array, how can i convert it to String ?

}

1 个答案:

答案 0 :(得分:-1)

好的我刚刚找到了答案,张贴了here