how to get list of all application preferences for application,
1. I am saving shared preference in this manner
If you want to use reflection, there is an @hide function Context#getSharedPrefsFile(String name)
So you would call
Context#getSharedPrefsFile(String name).getParentFile() to get a reference to the shared_prefs dir