Docs: Standardizing on "Android N" language in Preview docs.
Change-Id: I7398c137f5b0c04826cedb4c03c576322f0c941d
diff --git a/docs/html/preview/samples.jd b/docs/html/preview/samples.jd
index 1222095..ad43dc0 100644
--- a/docs/html/preview/samples.jd
+++ b/docs/html/preview/samples.jd
@@ -4,7 +4,7 @@
@jd:body
<p>
- The following code samples are provided for the N Developer Preview. To
+ The following code samples are provided for Android N. To
download the samples in Android Studio, select the <b>File > Import
Samples</b> menu option.
</p>
@@ -29,7 +29,7 @@
<h3 id="notifications">Notifications</h3>
<p>
This sample is updated to demonstrates how to take advantage of new
- notifications features available in the N Developer Preview.
+ notifications features available in Android N.
</p>
<p>
<a href="https://github.com/googlesamples/android-Notifications">