breautek commented on pull request #96: URL: https://github.com/apache/cordova-plugin-device/pull/96#issuecomment-792731473
Thank you for your effort in preparing this PR, but unfortunately I don't think this is something that can be accepted. We should be using [getSerial](https://developer.android.com/reference/android/os/Build#getSerial()) instead of unsupported private APIs that may break from device to device at any time. `getSerial` will work for specific special apps which are outlined in the linked documentation. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
