summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rowe <scottrowe@google.com>2014-07-22 19:59:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-17 19:20:15 +0000
commit40b5d8a0e5aad92c07420541fd186f9f96495845 (patch)
tree521a2738936bb4f74d349be692b7031ebb40c613
parenteb69126c613dfd476fa516df6ae1c2d78e445f0b (diff)
parentff424377dff2896e8e7fd86b995f63888ae5cd2e (diff)
downloadframeworks_base-40b5d8a0e5aad92c07420541fd186f9f96495845.zip
frameworks_base-40b5d8a0e5aad92c07420541fd186f9f96495845.tar.gz
frameworks_base-40b5d8a0e5aad92c07420541fd186f9f96495845.tar.bz2
Merge "cherrypick from klp-docs docs: b/14524668 remove ANDROID_ID Change-Id: I83d4389bb8322c2dbca10042e666fc9b75ea8a12" into klp-modular-docs
-rw-r--r--docs/html/about/versions/android-4.2.jd3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/about/versions/android-4.2.jd b/docs/html/about/versions/android-4.2.jd
index 73d51c5..76acb8a 100644
--- a/docs/html/about/versions/android-4.2.jd
+++ b/docs/html/about/versions/android-4.2.jd
@@ -361,8 +361,7 @@ your server or use the registrations ID provided by <a
href="{@docRoot}google/gcm/index.html">Google Cloud Messaging</a>.</p>
<p>Beware that if your app requests one of the hardware device identifiers (such as the WiFi MAC
-address, the {@link android.os.Build#SERIAL} number, or the {@link
-android.provider.Settings.Secure#ANDROID_ID} number), they will provide the same value for each
+address or the {@link android.os.Build#SERIAL} number), they will provide the same value for each
user because these identifiers are tied to the hardware and not the user. Not to mention the other
problems these identifiers introduce as discussed in the <a
href="http://android-developers.blogspot.com/2011/03/identifying-app-installations.html">Identifying