Availability of SharedPreferences to multiuser-aware android apps

21 Views Asked by At

Consider an android application is not a singleton (android:singleUser=”false”) and it has stored a few shared preferences with MODE_PRIVATE under a particular user. When the user switch happens on the device, will the shared preferences being stored as part of the other user be unavailable to the application as the current user is different now?

0

There are 0 best solutions below