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