From 88a295841e38087eba7f0f3304281ca12b2fb792 Mon Sep 17 00:00:00 2001
From: Andrew Solovay
Date: Wed, 27 May 2015 12:55:51 -0700
Subject: docs: Changed "Runtime Permissions" doc to "Permissions"
Per message from Joe, changed name of feature from "Runtime
Permissions" to just "Permissions". Still sometimes referred to it as
"runtime permissions" in descriptive text, as appropriate.
I considered renaming the feature page to ./permissions.jd , but
given the short time, I decided against it--there were too many
ways a file rename could break things, and this is just a temporary
"preview" page anyway.
See first comment for stage location.
Change-Id: I0ce36d99ea2377cf9fa7ac72b2f182dedb5c38e8
---
docs/html/preview/features/runtime-permissions.jd | 2 +-
docs/html/preview/preview_toc.cs | 2 +-
docs/html/preview/testing/guide.jd | 14 +++++++-------
3 files changed, 9 insertions(+), 9 deletions(-)
(limited to 'docs/html')
diff --git a/docs/html/preview/features/runtime-permissions.jd b/docs/html/preview/features/runtime-permissions.jd
index 2ee44ef..9994120 100644
--- a/docs/html/preview/features/runtime-permissions.jd
+++ b/docs/html/preview/features/runtime-permissions.jd
@@ -1,4 +1,4 @@
-page.title=Runtime Permissions
+page.title=Permissions
page.tags=previewresources, androidm
page.keywords=permissions, runtime, preview
@jd:body
diff --git a/docs/html/preview/preview_toc.cs b/docs/html/preview/preview_toc.cs
index 0a141bb..07afcdd 100644
--- a/docs/html/preview/preview_toc.cs
+++ b/docs/html/preview/preview_toc.cs
@@ -29,7 +29,7 @@
API Overview
- - Runtime Permissions
+
- Permissions
- Doze and App Standby
@@ -41,10 +41,10 @@ page.image=images/cards/card-set-up_16-9_2x.png
-Testing Runtime Permissions
+Testing Permissions
- The Runtime Permissions feature
+ The new Permissions model
changes the way that permissions are allocated to your app by the user. Instead of granting all
permissions during the install procedure, your app must ask the user for individual permissions
at runtime. For users this behavior provides more granular control over each app’s activities, as
@@ -89,7 +89,7 @@ page.image=images/cards/card-set-up_16-9_2x.png
Test strategy
- The Runtime Permissions change affects the structure and design of your app, as well as
+ The permissions change affects the structure and design of your app, as well as
the user experience and flows you provide to users. You should assess your app’s current
permissions use and start planning for the new flows you want to offer. The official release of
the platform provides compatibility behavior, but you should plan on updating your app and not
@@ -112,8 +112,8 @@ page.image=images/cards/card-set-up_16-9_2x.png
- For more information on the behavior of Runtime Permissions, testing, and best practices, see the
- Runtime Permissions developer
+ For more information on the behavior of runtime permissions, testing, and best practices, see the
+ Permissions developer
preview page.
--
cgit v1.1