只是想知道是否可以从SMS重新创建PDU,以及如何重新创建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 ?
}发布于 2011-06-21 12:29:46
好了,我找到答案了,把它贴到here上。
https://stackoverflow.com/questions/6420197
复制相似问题