What does setEmailAddressIdentifierSupported() do for google's Android Smartlock HintRequest?

别来无恙 提交于 2019-12-11 01:35:20

问题


We are currently reenable our smartlock hint request feature for our android app. I noticed that that there's a method called setEmailAddressIdentifierSupported() And pass true or false actually returns us different set of accounts. I read the doc already but cant understand:

Enables returning credential hints where the identifier is an email address, intended for use with a password chosen by the user.

Shouldnt the hint request just return a list of accounts (like email or something) ? What does it do with passwords?

Also, we noticed that smartlock hint request returns us different sets of accounts in different version of our app. I Dont know if it is related to the setting above.

Will be good if anyone can help us on this ;)

来源:https://stackoverflow.com/questions/42381721/what-does-setemailaddressidentifiersupported-do-for-googles-android-smartlock

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!