UserManager getUserCount() (Jelly Bean)

前端 未结 1 872
遇见更好的自我
遇见更好的自我 2020-12-19 18:12

I am working on this class : UserManager

public int getUserCount ()

Return the number of users currently created on the device.

My

相关标签:
1条回答
  • 2020-12-19 18:57

    The MANAGE_USERS has a protectionlevel of signature|system, which means that the application has to be signed with the platform key. See this thread on XDA

    0 讨论(0)
提交回复
热议问题