From fb876b0ce0af88e934e7a0c47b4c2cdd5db32a7d Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Fri, 24 Sep 2021 11:07:34 -0300 Subject: [PATCH] doc: Noted android quirks on serial property (#143) * doc: Noted android quirks on uuid property * fix(doc): Grammar error Co-authored-by: Niklas Merz Co-authored-by: Niklas Merz --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ec31fee..7497308 100644 --- a/README.md +++ b/README.md @@ -277,3 +277,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).