ℹ️
Tracked metadata: Sourced from EMVCo's public document index. PCI Watch records each document's details and its extracted text so changes can be tracked over time; the document PDF itself is hosted by EMVCo.
View on EMVCo.com →

EMV® 3-D Secure SDK Device Information DV 1.7 - DRAFT - Disposition of Comments

Draft Specification
3-D Secure
Extracted document text

EMVCo's index flattens the document's layout, so this text is best used for searching and comparing versions rather than reading end-to-end.

Draft Specification & Bulletin Industry Feedback Form Working Group or Task Force: 3-D Secure Working Group Document: EMV® 3-D Secure SDK Device Information Data Version 1.7 – Draft Date: March 2025 EA/Sub1 Clause No./ Subclause No. /Annex) Paragraph/ Figure/Tabl e/Note Type of comment2 Comment (justification for change) Proposed change EA A167 te BluetoothManager#getConnectedDevices Stipulate which entry should be included. returns a list of connected devices, should this return the type of all the connected devices or just the first one if present? Status (Accept, Reject, In progress) Accept EMVCo Use Only EMVCo observations on each comment submitted The method BluetoothManager#getConnec tedDevices returns a list of BluetoothDevice objects. To retrieve the addressType, BluetoothDevice#getAddress Type() should be called for each object. This should return the list of connected device types. The data type is an array of string. 1 EA/Sub = EMVCo Associate or Subscriber company (enter a 2-3 letter abbreviation for commenting) 2 Type of comment: ge = general te = technical ed = editorial – For technical comments, please indicate whether your comment is a MAJOR or MINOR technical comment. © 2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found at www.emvco.com. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. Page 1 of 3 Draft Specification & Bulletin Industry Feedback Form Working Group or Task Force: 3-D Secure Working Group Document: EMV® 3-D Secure SDK Device Information Data Version 1.7 – Draft Date: March 2025 EA/Sub1 Clause No./ Subclause No. /Annex) Paragraph/ Figure/Tabl e/Note Type of comment2 Comment (justification for change) Proposed change EA A168 te As the method required a package name, Stipulate which package name should be should this provide whether the Integrator included. Application artefact is archivable? Status (Accept, Reject, In progress) Accept EMVCo Use Only EMVCo observations on each comment submitted By default, all integrator application artifacts (AAB only, not APK) are archivable unless explicitly opted out using the Gradle attribute appArchive: android { // ... buildFeatures { // If this is set to false or not present, archiving might be disabled // By default, if it is missing or set to true, the app is archivable. appArchive false } } 1 EA/Sub = EMVCo Associate or Subscriber company (enter a 2-3 letter abbreviation for commenting) 2 Type of comment: ge = general te = technical ed = editorial – For technical comments, please indicate whether your comment is a MAJOR or MINOR technical comment. © 2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found at www.emvco.com. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. Page 2 of 3 Draft Specification & Bulletin Industry Feedback Form Working Group or Task Force: 3-D Secure Working Group Document: EMV® 3-D Secure SDK Device Information Data Version 1.7 – Draft Date: March 2025 EA/Sub1 Clause No./ Subclause No. /Annex) Paragraph/ Figure/Tabl e/Note Type of comment2 Comment (justification for change) Proposed change EA A169 te TelephonyManager#getServiceState#get Stipulate which entry should be included. NetworkRegistrationInfoList returns a List. From which NetworkRegistrationInfo should this return the value of? Status (Accept, Reject, In progress) EMVCo Use Only EMVCo observations on each comment submitted Accept NetworkRegistrationInfo#is NonTerrestrialNetwork() should be checked for all available network registrations on the list. The result should return true if any of them is classified as nonterrestrial. https://developer.android.com/refer ence/android/telephony/NetworkRe gistrationInfo#isNonTerrestrialNetw ork() 1 EA/Sub = EMVCo Associate or Subscriber company (enter a 2-3 letter abbreviation for commenting) 2 Type of comment: ge = general te = technical ed = editorial – For technical comments, please indicate whether your comment is a MAJOR or MINOR technical comment. © 2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found at www.emvco.com. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. Page 3 of 3