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

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -