You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/09/24 14:07:42 UTC

[cordova-plugin-device] branch master updated: doc: Noted android quirks on serial property (#143)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git


The following commit(s) were added to refs/heads/master by this push:
     new fb876b0  doc: Noted android quirks on serial property (#143)
fb876b0 is described below

commit fb876b0ce0af88e934e7a0c47b4c2cdd5db32a7d
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Fri Sep 24 11:07:34 2021 -0300

    doc: Noted android quirks on serial property (#143)
    
    * doc: Noted android quirks on uuid property
    
    * fix(doc): Grammar error
    
    Co-authored-by: Niklas Merz <Ni...@gmx.net>
    
    Co-authored-by: Niklas Merz <Ni...@gmx.net>
---
 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).

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org