开发者

Use cellular emulator with a REAL WinMo device?

开发者 https://www.devze.com 2023-01-01 02:18 出处:网络
I don\'t whether this is even possible which is obviously why I am asking this question :) Is it in any way possible to leverage functionality the Cellular Emulator on a REAL PHYSICAL device?? :)

I don't whether this is even possible which is obviously why I am asking this question :) Is it in any way possible to leverage functionality the Cellular Emulator on a REAL PHYSICAL device?? :) So when I test it on my device, I really do not have to send real SMS(s) to 开发者_如何学Pythontest my MessageInteceptor.

On a sidenote, why does MessageInteceptor fails after several messages to intercept messages?? :(

Thanx a lot in advance :)


No, it is not possible. But you could set a flag in your application (or find some other way to dynamically determine whether you are on a real device or not). Depending on its value, you execute the block that send sms messages.

0

精彩评论

暂无评论...
验证码 换一张
取 消