Skip to content

Commit

Permalink
docs: add android note about possible duplication of getUniqueID()
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Feb 26, 2018
1 parent 138f62f commit 9a21de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -707,8 +707,8 @@ const uniqueId = DeviceInfo.getUniqueID();

**Notes**

> This is IDFV on iOS so it will change if all apps from the current apps vendor have been previously uninstalled.
> iOS: This is `IDFV` so it will change if all apps from the current apps vendor have been previously uninstalled.
> android: Prior to Oreo, this id ([ANDROID_ID](https://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID)) will always be the same once you set up your phone.
---

### getUserAgent()
Expand Down

0 comments on commit 9a21de4

Please sign in to comment.