Notify the user if passwords are not stored in keepass?
已回答
I want to check programatically if the user hasn't selected “keepass” in settings→password and notify the user accordingly. If I can change that setting programatically with the consent of the user, that would be even better.
please help.
请先登录再写评论。
Please share what effort you made to solve this problem.
Hi, I was able to get the default and supported
providerType
usingCredentialStoreManager
but unable to get if the KeePass is selected as ProviderType in the settings. Please help if it is possible.CredentialStoreManager.Companion.getInstance().defaultProvider();
CredentialStoreManager.Companion.getInstance().availableProviders
();I explored “PasswordSafeSettings” as per your recommendation but wasn't able to find any solutions for my problem. I am still working on it as of now.
Using,
I am able to get the default providers and available providers, but not the ones selected by the user.
Okay, we got it.