aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Dimino <gdimino@google.com>2016-08-20 14:44:56 -0700
committerGina Dimino <gdimino@google.com>2016-08-20 14:44:56 -0700
commit0b1a3366f932890154bfa30690550ac8329864ef (patch)
tree252bb0359e963b0863a591f1aa56582b8e48f43e
parent2347e7b0502edc992838661392a36e6cdec48729 (diff)
downloadsource.android.com-0b1a3366f932890154bfa30690550ac8329864ef.tar.gz
Docs: Change Android N/Nougat to Android 7.0.
Change-Id: I260882d0c98aa9465a26b62d693d03fdfc25583b
-rw-r--r--src/devices/tech/display/multi-window.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/tech/display/multi-window.jd b/src/devices/tech/display/multi-window.jd
index 78a19764..41aa0e98 100644
--- a/src/devices/tech/display/multi-window.jd
+++ b/src/devices/tech/display/multi-window.jd
@@ -27,7 +27,7 @@ page.title=Supporting Multi-Window
<p>
In Android 7.0, users can have multiple apps simultaneously displayed on their
device screen with the new platform feature, multi-window. In addition to the
-default implementation of multi-window, Android Nougat supports a few varieties
+default implementation of multi-window, Android 7.0 supports a few varieties
of multi-window: split-screen, free-form, and picture-in-picture.
</p>
@@ -48,7 +48,7 @@ config file on their devices to enable or disable multi-window support.
<h2 id="implementation">Implementation</h2>
<p>
-Multi-window support is enabled by default in Android N. To disable it, set
+Multi-window support is enabled by default in Android 7.0. To disable it, set
the <code>config_supportsMultiWindow</code> flag to false in the <a
href="https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/values/config.xml">config.xml</a>
file.