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.
Uri の順序を逆にしようとしています。
Uri は電話の通話ログにアクセスします
Uri allCalls = Uri.parse("content://call_log/calls");
しかし、それは私が反対を望んでいる間、それらを最も古いものから最も新しいものへと保存します。
使ってみた
Collections.reverse
しかし、それは配列に対してのみ機能します。
誰でも解決策を知っていますか?