android - How to execute a operator secret code and receive data in stringbuffer? -
how execute operator code *12345#
, receive response data in stringbuffer ?
intent intent = new intent(intent.action_call); intent.setdata(uri.parse("tel:*12345*")); startactivity(intent);
thank you
Comments
Post a Comment