Consider an application is not a singleton (android:singleUser=”false”) in android device and it has stored certain information in the SQLite DB under a particular user. When the user switch happens on the device, will the data being stored as part of the other user in SQLite be unavailable to the application as the current user is different now?
What is the general behaviour of SQLite DB in the multiuser-aware applications?