From 2e4a929f3616a0c03cf1a8f941016a84f1c5141a Mon Sep 17 00:00:00 2001
From: Quddus Chong
Date: Fri, 17 Oct 2014 08:29:30 -0700
Subject: docs: Updated Android 5.0 API Overview to reflect that setting the
device to RINGER_MODE_NORMAL or RINGER_MODE_VIBRATE causes the device to
leave priority mode.
Change-Id: I9a7be4529f757417a62ca376df39bf01309e1e69
---
docs/html/about/versions/android-5.0.jd | 15 ++++-----------
docs/html/training/tv/tif/index.jd | 11 +++++++++++
2 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/docs/html/about/versions/android-5.0.jd b/docs/html/about/versions/android-5.0.jd
index 0ca921206492..6a6f589827ec 100644
--- a/docs/html/about/versions/android-5.0.jd
+++ b/docs/html/about/versions/android-5.0.jd
@@ -228,10 +228,9 @@ the system can present notifications correctly in
{@link android.app.Notification.Builder} methods to add sounds and
vibration.
-Setting the device to
-{@link android.media.AudioManager#RINGER_MODE_SILENT RINGER_MODE_SILENT} now
-causes the device to enter the new priority mode. The device stays in priority
-mode when you leave silent mode.
+Setting a device to {@link android.media.AudioManager#RINGER_MODE_NORMAL RINGER_MODE_NORMAL}
+ or {@link android.media.AudioManager#RINGER_MODE_NORMAL RINGER_MODE_VIBRATE}
+ causes the device to leave priority mode.
Previously, Android used {@link android.media.AudioManager#STREAM_MUSIC STREAM_MUSIC}
as the master stream to control volume on tablet devices. In Android 5.0, the
@@ -1179,7 +1178,7 @@ provide the features your app needs.
User permissions
-The following permissions are now supported in the
+
The following permission is now supported in the
{@code <uses-permission>}
element to declare the permissions your app requires to access certain APIs.
@@ -1188,10 +1187,4 @@ element to declare the permissions your app requires to access certain APIs.
level 21 and higher, this permission is required by a
Daydream service,
to ensure that only the system can bind to it.
-
-{@link android.Manifest.permission#READ_VOICEMAIL}: Required to allow your
- app to read voicemails in the system.
-
-{@link android.Manifest.permission#WRITE_VOICEMAIL}: Required to allow your
- app to modify and remove existing voicemails in the system.
\ No newline at end of file
diff --git a/docs/html/training/tv/tif/index.jd b/docs/html/training/tv/tif/index.jd
index dc191f957af9..4746e42ed129 100644
--- a/docs/html/training/tv/tif/index.jd
+++ b/docs/html/training/tv/tif/index.jd
@@ -1,8 +1,19 @@
page.title=Building Live TV Apps
page.tags=tif
+page.article=true
@jd:body
+
+
+
You should also read
+
+
+
+
Watching live television shows and other continuous, channel-based content is a big part of the
TV experience. Android supports receiving and playback of live video content through the TV Input
--
cgit v1.2.3-59-g8ed1b