summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rowe <scottrowe@google.com>2014-05-16 10:54:04 -0700
committerScott Rowe <scottrowe@google.com>2014-07-17 10:13:53 -0700
commitff424377dff2896e8e7fd86b995f63888ae5cd2e (patch)
treeea440fb93b6d5770108408ee95c053dbe62be587
parentfc8a3b5f06fe725ed561fb3535efd02b16c526ea (diff)
downloadframeworks_base-ff424377dff2896e8e7fd86b995f63888ae5cd2e.zip
frameworks_base-ff424377dff2896e8e7fd86b995f63888ae5cd2e.tar.gz
frameworks_base-ff424377dff2896e8e7fd86b995f63888ae5cd2e.tar.bz2
cherrypick from klp-docs docs: b/14524668 remove ANDROID_ID Change-Id: I83d4389bb8322c2dbca10042e666fc9b75ea8a12
Change-Id: I2ee3cc1269fcd9b31f1f71fc5fc3cd8d62ebf31f
-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