gpt4 book ai didi

android - 单声道安卓 : how to call a number with "#" at the end of it by the application?

转载 作者:太空狗 更新时间:2023-10-29 15:15:53 24 4
gpt4 key购买 nike

当我尝试使用此代码发出充电命令时:

var callIntent = new Intent(Intent.ActionCall);
callIntent.SetData(Android.Net.Uri.Parse("tel:*1400*123456789#"));
StartActivity(callIntent);

后面的“#”不拨,只拨*1400*123456789部分不拨#?

我试图通过一个变量来实现它,但又失败了!请问有什么问题和解决方案吗?

谢谢。

非常感谢,我在这里找到了解决方案: http://code.google.com/p/android/issues/detail?id=1285

谢谢。

最佳答案

我认为你应该使用它:

var callIntent = new Intent(Intent.ActionCall);
callIntent.SetData(Android.Net.Uri.Parse("tel:*1400*123456789"+Android.Net.Uri.Encode("#")));
StartActivity(callIntent);

关于android - 单声道安卓 : how to call a number with "#" at the end of it by the application?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12851264/

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