Skip to content

Commit a88aab2

Browse files
committed
update android xdp
1 parent ee0fa27 commit a88aab2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/EndToEndSupportTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const columnConfig = [
9797
{ header: 'CM Device', key: 'credentialManagerDevice' },
9898
{ header: 'CM', key: 'credentialManager' },
9999
{ header: 'Status', key: 'status' },
100-
{ header: 'Reason & Solution', key: 'reason' },
100+
{ header: 'Notes', key: 'reason' },
101101
];
102102

103103
export default function EndToEndSupportTable() {

src/pages/ecosystem-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
2323

2424
A couple of notes about the table:
2525

26-
- Browsers which do not support the Digital Credentials API are not listed (see the [Digital Credentials API (Web) tab](ecosystem-support?support-matrix=dc-api)).
26+
- Browsers which do not support the Digital Credentials API are not listed and are not included for `Any` (see the [Digital Credentials API (Web) tab](ecosystem-support?support-matrix=dc-api)).
2727
- Client OS refers to the device where the Digital Credentials API is called.
2828
<EndToEndSupportTable />
2929
</TabItem>

src/pages/endToEndSupport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"credentialManagerDevice": "Any",
1818
"credentialManager": "Any",
1919
"protocol": "Any",
20-
"status": "NOT SUPPORTED",
21-
"reason": "Android does not currently support presentation from a credential manager on another device."
20+
"status": "SUPPORTED",
21+
"reason": "Android supports cross-device presentation from another device when there is no credential available locally that can satisfy the request. This experience supports all protocols but but keep in mind iOS only supports Annex C."
2222
},
2323
{
2424
"clientOs": "iOS",

0 commit comments

Comments
 (0)