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
Post a Comment