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.
MMS メッセージがネイティブ メッセージング クライアントから削除されたことを検出する方法はありますか? 現在、オブザーバーが登録されてMms.CONTENT_URIいonChangeますが、呼び出されていません。
Mms.CONTENT_URI
onChange
受信したインテントから削除されたメッセージを登録BroadcastReceiverしMms.Intents.CONTENT_CHANGED_ACTIONて取得します。Uri
BroadcastReceiver
Mms.Intents.CONTENT_CHANGED_ACTION
Uri
Uri u = (Uri)intent.getExtras().get(Mms.Intents.DELETED_CONTENTS);