Описание тега android-multiple-users
Questions regarding the particulars of the Android multiple users implementation.
Introduction
Since Jelly Bean (4.2) Android allows multiple users spaces on tablets. It means each user has his or her own set of accounts, apps, system settings, files, and any other user-associated data.
App developers are not supposed to do anything in order for apps to work properly, but in reality there are some issues to be discussed and not much official documentation about them.
When to use the tag
Issues directly related to multiple user environments that do need to be addressed by developers to ensure a good functionality of their apps.