I'm maintaining an app that uses Shared Preferences.
Normal settings are got from getDefaultSharedPreferences. I would like to store another set of preferentes (user session info, completely unrelated with the other settings), using getSharedPreferences.
If I do that, there's any chance of one cause interference on another?