只是想知道是否可以从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 ?
}