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

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -