设置凭据共享功能后,Google 密码管理工具可以执行以下操作:
让用户能够无缝登录不同的应用和网站。
语句列表生成器和测试器
[null,null,[],[],[],null,["# Statement List Generator and Tester\n\nGenerate and save a statement file on your site to enable [App Linking](https://developer.android.com/training/app-links/index.html) and [Credential Sharing](https://developers.google.com/identity/credential-sharing), or test an existing statement file. \nSetting up Credential Sharing allows Google Password Manager to seamlessly sign the user in across different apps and websites. \nRelation type Deep Linking Credential Sharing \nHosting site domain \nApp package name \nApp package fingerprint (SHA256) \nGenerate statement or Test statement \n\n### Configure your website\n\n```\n\n``` \n\n### Configure your Android App\n\nAdd the following line to the manifest file under `\u003capplication\u003e`\n\n```\n\u003cmeta-data android:name=\"asset_statements\" android:resource=\"@string/asset_statements\" /\u003e\n``` \nAdd an `asset_statements` string resource to the `strings.xml` file\n\n```\n\n``` \nOnce your app is published with these changes, you can test your setup by using the \"Test statement\" button in this tool."]]