ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
FEATUREHUAWEI KEYRINGGOOGLE IDENTITY SMARTLOCK FOR PASSWORDS
2
Save credentialYESYES
3
Retrieve credential listYESNO, Doesn't give you a list that includes all credentials
4
Sharing credentials between android appsYESNO
5
Cloud / Device synchronization existNO, for now. But there is a setSyncable() function in the Credential class for this. But in this version, the credential cannot be synchronized between devices. (1)Cloud Synchronization is exist but the user manages this. When the user enables this feature it works otherwise not work.
6
Verification when retrieving a credential informationYES, with Biometric Verification and Screen Lock PasswordNO
7
Credential encryption while storingYESYES, but guide don't specifically point out. Instead writed as 'Securely store and retrieve...'
8
Defining apps/platforms which credentials can share with them methodTrusted App ListJson file which hosted in your website. A little bit more complex process than Keyring
9
Sharing credential between android apps and websitesYESYES
10
Sharing credential to Instant apps, Quick AppsYESNO
11
Showing credentials in the UINOYES
12
Credentials stores locallyYES, on HMSCoreNo any information in the documentation
13
Specify E-Mail/Password based sign-in when saving a credential YESYES
14
Specify Commonly-Used Sign-In Providers (Google/Twitter... Sign-In)NO specifically. But you can specify credential type such as FEDERATED (2)Yes (3)
15
Specifying the credential type (Google, Twitter...) in the credential retrieve requestNOYES
16
Sign-In Hints, AutofillNOYES
17
No need user approval to store the credentialsYESNO. If the user chooses not to save credentials, the user won't be prompted again to save any account's credentials for the app
18
19
20
21
22
REFERENCES
23
1 )
https://developer.huawei.com/consumer/en/doc/development/Security-References/credential-0000001133185188
24
2 )
https://developer.huawei.com/consumer/en/doc/development/Security-References/credentialtype-0000001179304561
25
3 )
https://developers.google.com/android/reference/com/google/android/gms/auth/api/credentials/IdentityProviders
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100