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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -