How to read call log history of a device in android in 6.0
问题 My main aim of the app is to read the call history of the device and show it to the user using recyclerview and cardview. But When i run on marshmallow device app getting force close. Here is the code that i have used to read call history and the error that i got, when i run on 6.0 My MainActivity look like: public class MainActivity extends AppCompatActivity implements Callbacks { ArrayList<CallLogItem> mItems = new ArrayList<>(); private RecyclerView mRecyclerView; private RecyclerView