diff --git a/README.md b/README.md index 91612e0..f82a62d 100644 --- a/README.md +++ b/README.md @@ -262,3 +262,6 @@ var string = device.serial; - Android - OSX +### Android Quirk + +As of Android 9, the underlying native API that powered the `uuid` property is deprecated and will always return `UNKNOWN` without proper permissions. Cordova have never implemented handling the required permissions. As of Android 10, **all** non-resettable device identifiers are no longer readable by normal applications and will always return `UNKNOWN`. More information can be [read here](https://developer.android.com/about/versions/10/privacy/changes#non-resettable-device-ids).