从应用程序内发送的短信似乎无法检测? [英] SMS send from within an app seem impossible to detect?

查看:81
本文介绍了从应用程序内发送的短信似乎无法检测?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚创建了一个可以与SMS一起使用的很棒的应用程序.我想对用户说:不用担心,我的应用程序发送短信,但是您可以在自己喜欢的短信应用程序中跟踪它们.

I have just created a cool app that work with SMS. I would like to say to my users: don't worrry, my app send SMS but you can track them in your favourite SMS application.

我不想让他们担心我会超负荷他们的月租费用.

I don't want them to be afraid that I will overload their monthly fees.

因此,我发送短信的方式非常简单:

So, the way I send SMS is very simple:

SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, position, pi, null);

那很好.

不幸的是,所有发送的SMS均未出现在任何SMS应用程序中,因此用户不知道已发送SMS.

Unfortunately, all sent SMS does not appear in any SMS application, so user doesn't know that a SMS has been send.

是的,当然,我可以在应用程序中创建一个显示发送短信的列表,但用户将不信任我.

Yes, of course, I could create a list in my application that shows send SMS, but the user won't trust me.

因此,我非常担心应用程序内的SMS发送是完全不可见的,并且无法从最终用户端进行跟踪.

So I am very afraid that SMS send within app are totally invisible and there is no way to track them from the end user side.

推荐答案

没有其他解决方案,答案似乎是不,没有解决方案".

Without any other solutions, the answer seem to be "NO, there is no solutions".

在我看来,这是一个很大的安全问题.

That's a big security issue, in my mind.

这篇关于从应用程序内发送的短信似乎无法检测?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆