I want to determine if a user has disabled the smart lock from settings option of device.I have also read the How to determine if SmartLock is enabled on device it says API will return a callback with status cancelled but I am not able to determine which API will do it.
Asked
Active
Viewed 708 times
1
-
https://stackoverflow.com/a/18720287/5272951 – Dumbo Jul 05 '18 at 06:48
-
I suppose the link above indicates whether a pin or pattern is set on a device and not the google smart lock for passwords. – Android QA Jul 05 '18 at 09:29
-
I am facing some issue in password sync. can you please have a look? https://stackoverflow.com/questions/63830860/app-and-website-saved-password-is-not-sync – Nirmal Sinh Revar Sep 17 '20 at 06:39
1 Answers
1
The problem faced was the Smart Lock for Passwords was disabled for single account and CredentialRequest API thus returned successful callback. You need to disable for all accounts in your device settings and then smart lock functionality will not work. Hope it will be helpful for someone.

Android QA
- 31
- 3
-
Can you please share a code snippet for this? I just want to check if SmartLock is enabled or not, think this might help – Zubair Zahoor Feb 05 '20 at 06:21
-
I am facing some issue in password sync. can you please have a look? https://stackoverflow.com/questions/63830860/app-and-website-saved-password-is-not-sync – Nirmal Sinh Revar Sep 17 '20 at 06:39