From afea7a9982de194893cf1a789bc2625d192727c4 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 22 Jun 2015 16:27:36 -0700 Subject: [PATCH] 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 --- .../preview/features/runtime-permissions.jd | 283 ++++++++++++++++-- 1 file changed, 254 insertions(+), 29 deletions(-) diff --git a/docs/html/preview/features/runtime-permissions.jd b/docs/html/preview/features/runtime-permissions.jd index b4eed9afdf305..79f0d88341dc5 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