All data from that ListView is provided by a CursorAdapter. Whenever I pressed back button and return to activity, then c
ListView
CursorAdapter
return
Make public a method in fragment which will clear your list and call that method from its parent activity's On onBackPressed using fragment's instance.
public
onBackPressed