How to know multiple users configured in device?
问题 Android 4.2 & above supports Multiple Users as described at below link... http://developer.android.com/about/versions/android-4.2.html#MultipleUsers Now, my questions are.. Is it possible to know multiple user configured in device programmatically ? If yes, then how to get number of user configured in device ? Is it possible to get list of users ? if yes then how ? 回答1: There is a public API to get user details but it is restricted to apps which have the "android.permission.MANAGE_USERS"