How is it possible to do USSD requests on Android? -


some custom dialer apps (for example, dialer motoblur) able ussd requests. realy impossible via sdk?

you can intercept ussd reponse , in order need implement iextendednetworkservice.aidl interface binds service phoneutils. can intercept ussd response , can read in app . fyi https://github.com/alaasalman/ussdinterceptor


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -