如何检查短信/收件箱是否为空?
我想知道我们是否可以编写一个简短的布尔测试,如果短信/收件箱为空,则返回 true。
像 Databse("content://sms/inbox")==null
这样的东西?
I'd like to know if we can write a short boolean test which return true if sms/inbox is empty or not.
Something like Databse("content://sms/inbox")==null
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
代码如下:
记住之后要关闭光标。
Here's the code:
Remember to close the cursor afterwards.
您应该看看这个,它不是一个简单的单行代码,但它将为您提供所需的数据。似乎没有记录的方法可以轻松地做到这一点,您将不得不做大量的手动工作,或者希望有人编写了一个库来为您完成这一切。
You should have a look at this , its not a simple one liner but it will give you the data you require. It seems there is no documented way to do this easily , you are going to have to do alot of manual work or hope someone has written a lib to do it all for you