gpt4 book ai didi

android - 手动执行 Intent 并获得结果

转载 作者:行者123 更新时间:2023-11-29 21:48:53 25 4
gpt4 key购买 nike

我是 Android 编程的新手,我希望我能做到这一点:

1)创建一个新的Intent

2) 执行 Intent 并获取其结果作为字符串。

类似于:

Instrumentation.ActivityResult ar = new Instrumentation.ActivityResult(1, new Intent(Intent.ACTION_CALL,Uri.parse("tel:" + ussd)));

我希望的 Intent :

new Intent(Intent.ACTION_CALL,Uri.parse("tel:" + ussd))

需要执行并得到它的结果。

我尝试使用 getResultData 只是给出:

Intent { act=android.intent.action.CALL dat=tel:xxx-xxx-xxxx } 

但我想从中获取数据。数据我指的是这个ussd正常执行时会显示的数据。

有可能吗?提前致谢。

最佳答案

I wish the intent new Intent(Intent.ACTION_CALL,Uri.parse("tel:" + ussd)) need to be executed and get its result.

“执行”Intent 没有“结果”,对于您的术语“执行”的任何可能定义。

Data I mean the data that will be displayed when this ussd executed normally.

向用户显示“数据”。它不适用于开发人员。

关于android - 手动执行 Intent 并获得结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14979330/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com