Has anyone got the new Play Services credentials manager (smart lock) working with password-based logins yet? I can get the confirmation dialog to pop up when calling save() but when I call request() on the next launch (to test that it's saving correctly) I get CommonStatusCodes.SIGN_IN_REQUIRED and it just provides the new user signup hint instead of returning the stored password after I select my account

Is there something more I have to do in onActivityResult() after the save confirmation dialog returns STATUS_OK? #io15