Date: 2022-06-29
Fixed a bug where DeviceInformationHelper.getDeviceName(context:) could throw an exception and thus generate
a XignSdkErrorCodes.UNEXPECTED_ERROR, rendering the activation and authentication processes impossible. The cause of
the issue was the usage of the function Settings.Secure.getString(resolver:name:) which may raise an exception despite
not being mentioned in the documentation. Furthermore, this behaviour could only be observed within apps that were
distributed via Google Play and only on certain devices, mostly Google "Pixel" models with Android API level 31 or
higher; builds with Android Studio did not raise such an exception.
No changes in public code.