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.
このコードを使用して、デバイス上のすべてのログを削除しようとしています:
contentResolver.delete(CallLog.Calls.CONTENT_URI,null,null);
ただし、通話ログのみが削除され、SMS ログは削除されずに残ります。SMS ログを含むすべてのログを削除するにはどうすればよいですか? どんな助けでも大歓迎です.. !!