开发者

How get PDU from SMS

开发者 https://www.devze.com 2023-03-14 02:36 出处:网络
Just wondering whether is it possible to recreate PDU from SMS and how? I have looked at @Override public void onReceive(Context context, Intent intent) {

Just wondering whether is it possible to recreate PDU from SMS and how? I have looked at

@Override
public void onReceive(Context context, Intent intent) {
Bun开发者_Go百科dle bundle = intent.getExtras();
Object[] aPDUArray = (Object[]) bundle.get("pdus");

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

}


Ok i Just found the answer, posted it here.

0

精彩评论

暂无评论...
验证码 换一张
取 消