I have a DeviceAdminReceiver
where I have overridden onPasswordSucceeded()
method that gets called when a user unlocks a device.
I have this feature where this info is logged but the app doesn’t receives this.
It only works if first I enter a wrong password then the correct one.
If I directly try to unlock the device with correct password then it doesn’t work.
This is strange to me, why this is happening and if possible then how can this be resolved.