From afea7a9982de194893cf1a789bc2625d192727c4 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 22 Jun 2015 16:27:36 -0700 Subject: docs: Updating permissions preview for Preview 2. Currently just contains doc additions/clarifications that apply to both Preview 1 and Preview 2, and also the addition of the new 'storage' bucket and the new shouldShowRequestPermissionRationale() method. See first comment for doc stage location. Change-Id: I0b97741c45e117c5de3fa1a85c9ba0d5e927fa8f --- docs/html/preview/features/runtime-permissions.jd | 283 +++++++++++++++++++--- 1 file changed, 254 insertions(+), 29 deletions(-) (limited to 'docs/html/preview') diff --git a/docs/html/preview/features/runtime-permissions.jd b/docs/html/preview/features/runtime-permissions.jd index b4eed9a..79f0d88 100644 --- a/docs/html/preview/features/runtime-permissions.jd +++ b/docs/html/preview/features/runtime-permissions.jd @@ -22,7 +22,7 @@ page.image=images/permissions_check.png
  • Overview
  • Coding for Runtime Permissions
  • Testing Runtime Permissions
  • -
  • Best Practices
  • +
  • Best Practices and Usage Notes