Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个应用程序,我在 SQLiteDatabase 中保存了一些数字。
我的问题是:我可以从 SmsManager 中读取这个数据库吗?
例如:我想在 sendTextMessage() 中与保存在此数据库中的值进行一些比较。我可以这样做吗?
在内部 做某事的唯一方法sendTextMessage()是扩展SmsManager类并覆盖sendTextMessage()。但是在调用之前执行比较可能更容易sendTextMessage()。
sendTextMessage()
SmsManager