Why My SharedPreference create another file name DATA_Preferences?
问题 I have a listview with choice mode, and it working. I want to save that checked item to shared preference, then use it in another activity. But, my SharedPreferences doesn'nt save my string correct, and save another file call DATA_Preferences that i never call in my code. The result is my Next activity get wrong value.. Here is my code that i use to save my string and call it use by another activity: public void onClick(View v) { SparseBooleanArray checked = listView.getCheckedItemPositions()