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 b2f7608 commit 31151fd
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**

> 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.
> * 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 31151fd

Please sign in to comment.