I request employees authentication like that:
Intent i = new Intent(Intents.ACTION_AUTHENTICATE_EMPLOYEE); i.putExtra(Intents.EXTRA_REASON, "authentication for admins:"); i.putExtra(Intents.EXTRA_DIALOG, true); startActivityForResult(i, REQUEST_ANY_EMPLOYEE);But it shows me this error on top of the authentication Activity: "Employee does not have the required permission"