Skip to content

Commit

Permalink
doc: Noted android quirks on uuid property
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Sep 20, 2021
1 parent c1b76be commit 4c55adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 is 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).

0 comments on commit 4c55adf

Please sign in to comment.