Commit 31151fd2 authored by Mehdi Achour's avatar Mehdi Achour

docs: add android note about possible duplication of getUniqueID()

parent b2f76084
...@@ -707,8 +707,8 @@ const uniqueId = DeviceInfo.getUniqueID(); ...@@ -707,8 +707,8 @@ const uniqueId = DeviceInfo.getUniqueID();
**Notes** **Notes**
> iOS: This is `IDFV` 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. > * 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() ### getUserAgent()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment