USSD Lib

USSD Lib

商务办公 1.0.0
lib用于拦截USSD这项应用程序允许用户查询USSD代码(例如发送 *112#以查询Mobifone/越南的付费后计费)
1.0.0

截图

阐明

释放USSD的自由

此应用程序允许用户查询USSD代码(例如发送 *112#以查询Mobifone/越南的付费后计费),并拦截响应(防止显示Android的默认USSD响应对话框)。

它用作呼叫限制的库:https://play.google.com/store/apps/details?id=com.hit.calllimilit

---------------------------------------------------------------------------

对于想要进行USSD拦截的开发人员,如上所述:

1。安装此应用

2。重新启动电话

3。发送广播意图:

intent ussdintent = new Intent(“ send_uc_ussd_with_result”);

ussdintent.putextra(USSD_NUMBER,编号);

4。注册一个操作的接收器:“ com.hit.ussdlib.service.ussd_response_action”

5。获取响应:字符串响应= intent.getStringExtra(“ com.hit.ussdlib.service.message”);

---------------------------------------------------------------------------

最新版本1.0.0中的新功能

最后一次更新于2015年11月14日2014年3月18日:
版本1.0.0

展开

其他资讯

  • 发布时间

    2024/10/29

  • 大小

    256.31KB

  • 类别

    商务办公
  • 包名

    com.hit.ussdlib