Daniel Yu
29e6ae62cb
docs: Adding N preview docs on Scoped Directory Access feature
...
Adding docs for Scoped Directory Access APIs. Feature formerly
known as Scoped Folder Access.
Updated with changes suggested by reviewers.
Bug: 26571722
Change-Id: I98b3e0ca42adf0b6ec20f99e8e23e03bf18006a6
2016-03-01 13:57:21 -08:00
Dan Dascalescu
9447820dcb
Merge "docs: Fix typo "will handled"" into mnc-docs
...
am: 4cfb92fdab
* commit '4cfb92fdabae49b7f39b13df686704c73e50c84f':
docs: Fix typo "will handled"
2016-02-18 22:29:29 +00:00
Dan Dascalescu
d169cb615f
docs: Fix typo "Return the pointer identifier associated with a particular" -> in
...
am: 9bb24382ff
* commit '9bb24382ff21bdf1a88ed7016798e3704a97358f':
docs: Fix typo "Return the pointer identifier associated with a particular" -> in
2016-02-18 22:21:32 +00:00
Dan Dascalescu
4cfb92fdab
Merge "docs: Fix typo "will handled"" into mnc-docs
2016-02-18 22:19:48 +00:00
Andrew Solovay
8668e97846
Merge "docs: Added missing REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission" into mnc-docs
...
am: d277d908b8
* commit 'd277d908b8e4938fd26c038e25aa890cb83d7f2a':
docs: Added missing REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission
2016-02-18 21:26:10 +00:00
Dan Dascalescu
905e3b01d5
docs: Fix typo "will handled"
...
bug: https://code.google.com/p/android/issues/detail?id=37519
Change-Id: Ibd46ff1fb7256551d579aa8d1c6a92bf20b50137
2016-02-18 13:25:30 -08:00
Dan Dascalescu
c9296630c6
Merge "docs: Fix typo "If an activity [is] in the foreground"" into mnc-docs
...
am: cb91143ef7
* commit 'cb91143ef7f6ddb69e1a3670e0f456d0156f8ca8':
docs: Fix typo "If an activity [is] in the foreground"
2016-02-18 21:24:57 +00:00
Dan Dascalescu
9bb24382ff
docs: Fix typo "Return the pointer identifier associated with a particular" -> in
...
bug: https://code.google.com/p/android/issues/detail?id=28381
Change-Id: I39e1f6abf48fc96d8c9333576fef36bb82c24904
2016-02-18 13:23:03 -08:00
Andrew Solovay
d277d908b8
Merge "docs: Added missing REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission" into mnc-docs
2016-02-18 21:17:34 +00:00
Dan Dascalescu
cb91143ef7
Merge "docs: Fix typo "If an activity [is] in the foreground"" into mnc-docs
2016-02-18 21:16:49 +00:00
Dan Dascalescu
eeb25170be
docs: Fix typo "If an activity [is] in the foreground"
...
At http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle
bug: https://code.google.com/p/android/issues/detail?id=4066
Change-Id: If712144a4005b6f53832316aa55dc0744fa36c4b
2016-02-18 13:05:31 -08:00
Dan Dascalescu
0457c28dc9
Merge "docs: Fix typo behavrio -> behavior" into mnc-docs
...
am: 3563af7117
* commit '3563af711752a173300af81056620711e48c3b1e':
docs: Fix typo behavrio -> behavior
2016-02-18 21:03:02 +00:00
Dan Dascalescu
3563af7117
Merge "docs: Fix typo behavrio -> behavior" into mnc-docs
2016-02-18 20:55:48 +00:00
Dirk Dougherty
19df5ba4c9
Merge "Add link to Family Playbook from DFF page." into mnc-docs
...
am: eb5d317666
* commit 'eb5d317666f86b4c0ab125df385cefd03430b3ef':
Add link to Family Playbook from DFF page.
2016-02-18 03:10:49 +00:00
Dirk Dougherty
eb5d317666
Merge "Add link to Family Playbook from DFF page." into mnc-docs
2016-02-18 02:44:15 +00:00
Dirk Dougherty
1eca6687fb
Add link to Family Playbook from DFF page.
...
Bug: 27143672
Change-Id: I68ec7a4fed5fa129ab4fe4883aba49925660ecb4
2016-02-17 18:42:12 -08:00
Matt Werner
b00fb16d4f
Merge "docs: Updates to Implementing App Restrictions 3" into mnc-docs
...
am: fc68c252f9
* commit 'fc68c252f9e1b6c9442711357a2c677494c7787a':
docs: Updates to Implementing App Restrictions 3
2016-02-18 01:52:04 +00:00
Matt Werner
fc68c252f9
Merge "docs: Updates to Implementing App Restrictions 3" into mnc-docs
2016-02-18 01:28:26 +00:00
Matt
e5fafa74f8
docs: Updates to Implementing App Restrictions 3
...
Bug: 23627319
Added documentation for app restriction features that launched with
M. Also added a diagram. This CL supersedes the abandoned doc changes in
CL 856620 and 856303
Change-Id: Ided960529199b6f6a93137fa59ade4dcebc560c7
2016-02-17 18:20:23 -05:00
Eric Schmidt
e71d5f77ad
Merge "docs: Fixed extra slash in pathname" into mnc-docs
...
am: 33b4f67ff2
* commit '33b4f67ff2c1cef190284475de926b0fc749a053':
docs: Fixed extra slash in pathname
2016-02-17 21:41:12 +00:00
Eric Schmidt
33b4f67ff2
Merge "docs: Fixed extra slash in pathname" into mnc-docs
2016-02-17 21:36:42 +00:00
Eric Schmidt
9a974352aa
docs: Fixed extra slash in pathname
...
Bug: 25103994
Change-Id: I89aaf3d7d63de989b8adbcf0306f5dc5f415e98d
2016-02-17 13:14:53 -08:00
Andrew Solovay
a77d6a94bb
docs: Added missing REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission
...
While checking the manifest for N permissions changes, I saw a
normal permission that had been added in M and not documented.
(The permission was added to AndroidManifest.xml, so it *was*
being listed in the android.Manifest javadoc.)
See first comment for doc stage location.
bug: 27222922
Change-Id: I5740fdb3da3cac37b15d87fe5f092d305c52449d
2016-02-17 12:49:25 -08:00
Andrew Solovay
f1d94dec9c
docs: Re-sorting list
...
am: 019375b5d7
* commit '019375b5d716bc440aa2f6965db30d67f1440f14':
docs: Re-sorting list
2016-02-17 20:25:17 +00:00
Andrew Solovay
019375b5d7
docs: Re-sorting list
...
List of normal permissions had drifted from alphabetical order;
fixed.
See first comment for doc stage location.
Change-Id: I031d1142275c9fd53a2ce16fcd54fdcf206d03a7
2016-02-17 11:31:38 -08:00
Dirk Dougherty
0c4cf27365
Remove -includePreview flag until support is available in doclava.
...
Change-Id: I3b644bd50d42ea260bed09c9c5bdab6d3d6a8b75
2016-02-16 22:28:55 -08:00
Dirk Dougherty
77821ac498
Merge "Add preview docs dir, toc, and basic files." into mnc-mr-docs
2016-02-17 05:33:02 +00:00
Dan Dascalescu
a8e03cd6a4
Merge "docs: Fix "Spenned" typo" into mnc-docs
...
am: 884708107c
* commit '884708107cb4cb6a4bd2fd4fde4e0072e5022f8d':
docs: Fix "Spenned" typo
2016-02-17 00:06:24 +00:00
Dan Dascalescu
9332855d0e
Merge "docs: Fix typo mimeType:name -> android:mimeType" into mnc-docs
...
am: 5159f54a15
* commit '5159f54a15bc1a66c5d48744a03e32816c09c169':
docs: Fix typo mimeType:name -> android:mimeType
2016-02-16 23:57:28 +00:00
Dan Dascalescu
884708107c
Merge "docs: Fix "Spenned" typo" into mnc-docs
2016-02-16 23:36:50 +00:00
Dan Dascalescu
5159f54a15
Merge "docs: Fix typo mimeType:name -> android:mimeType" into mnc-docs
2016-02-16 23:35:56 +00:00
Amanda Kassay
f3862bf81e
Added redesign flags for devsite content build
...
am: c3651f41fb
* commit 'c3651f41fbedb5a45e032cd8111a0f2d42ba7cd7':
Added redesign flags for devsite content build
2016-02-16 20:25:03 +00:00
Amanda Kassay
c3651f41fb
Added redesign flags for devsite content build
...
Change-Id: Ifea2cf00f2857be0f8ac95952110d4d4bc9df54e
2016-02-16 12:00:09 -05:00
David Friedman
76ec97ee44
Docs: Minor wording tweak to Vulkan landing page.
...
am: 8c54f6d4e9
* commit '8c54f6d4e9e0a2a09deb603b86b5bb5e7605069b':
Docs: Minor wording tweak to Vulkan landing page.
2016-02-13 02:41:31 +00:00
David Friedman
8c54f6d4e9
Docs: Minor wording tweak to Vulkan landing page.
...
Bug: N/A
Change-Id: I9e4d44bd5cf1d5dfddbeadac4a67c1a227894f92
2016-02-12 18:35:53 -08:00
David Friedman
2ea8d9430a
Merge "Docs: Landing page for Vulkan docs." into mnc-docs
...
am: e37c699954
* commit 'e37c699954b66980f7780da28c7b1d2253145d74':
Docs: Landing page for Vulkan docs.
2016-02-12 23:51:39 +00:00
David Friedman
e37c699954
Merge "Docs: Landing page for Vulkan docs." into mnc-docs
2016-02-12 23:40:35 +00:00
David Friedman
d4a23b2c23
Docs: Landing page for Vulkan docs.
...
Bug: 26568797
Change-Id: I149c86cc3ea463b64d4b04dc12608c85f0891f2f
2016-02-12 15:37:10 -08:00
Andrew Solovay
266198085c
docs: Fixing comment that caused broken Javadoc.
...
am: 9d8f752eb0
* commit '9d8f752eb07c2ea1608a6d4ad3ccc42e2f00aab8':
docs: Fixing comment that caused broken Javadoc.
2016-02-11 00:30:46 +00:00
Andrew Solovay
9d8f752eb0
docs: Fixing comment that caused broken Javadoc.
...
A comment didn't end with a period; since the comment was
being used as the summary for a Javadoc table, and included
documentation was being used as the details Javadoc comment, the
lack of a period was messing up the Javadoc formatting
( https://screenshot.googleplex.com/4cp0QHV35iW )
See first comment for doc stage location.
bug: 27130226
Change-Id: I907ffc6efa4148e98a3c35b6d03c85f50103c23a
2016-02-10 15:58:08 -08:00
Sreevani Sreejith
675f7a80bf
Merge "docs: Documentation for using China variant of the Android Wear SDK." into mnc-docs
...
am: 82d0902190
* commit '82d090219056c31c2fd62f8ebca81b8dc28b7beb':
docs: Documentation for using China variant of the Android Wear SDK.
2016-02-10 18:12:14 +00:00
Sreevani Sreejith
82d0902190
Merge "docs: Documentation for using China variant of the Android Wear SDK." into mnc-docs
2016-02-10 18:08:23 +00:00
Scott Main
4a26e4b195
Merge "Fix broken <a> tag in left nav, from CL: Ibc841ae7e0aebfe36ff82efd95211527d0bf3871" into mnc-docs
...
am: 7a00c3d0ea
* commit '7a00c3d0eaadb3466f0331d8152ca2479e95bbd4':
Fix broken <a> tag in left nav, from CL: Ibc841ae7e0aebfe36ff82efd95211527d0bf3871
2016-02-09 19:32:15 +00:00
Scott Main
7a00c3d0ea
Merge "Fix broken <a> tag in left nav, from CL: Ibc841ae7e0aebfe36ff82efd95211527d0bf3871" into mnc-docs
2016-02-09 19:06:50 +00:00
smain@google.com
3d93b9e151
Fix broken <a> tag in left nav, from CL: Ibc841ae7e0aebfe36ff82efd95211527d0bf3871
...
Change-Id: I56fb67536aef6ba479361b86090d1106830513a3
2016-02-09 11:04:27 -08:00
Joe Fernandez
8dadd9ddc5
Merge "docs: Tools docs reorganization, round 1b" into mnc-docs
...
am: 61bfb81f5d
* commit '61bfb81f5d7217fe81f4100456c51ee840a35eb4':
docs: Tools docs reorganization, round 1b
2016-02-09 05:44:34 +00:00
Joe Fernandez
61bfb81f5d
Merge "docs: Tools docs reorganization, round 1b" into mnc-docs
2016-02-09 05:38:20 +00:00
Joe Fernandez
b984c93c99
docs: Tools docs reorganization, round 1b
...
b/25522909
Change-Id: I54d51eeedf122648026bd013cfceac3f32629b7e
2016-02-08 21:36:24 -08:00
Doug Kramer
96ac60104c
Merge "Docs: Updated TOC to reflect CL 814501" into mnc-docs
...
am: d3d5958666
* commit 'd3d59586662ff443cccb6636de96aac60c4ec31b':
Docs: Updated TOC to reflect CL 814501
2016-02-09 01:45:11 +00:00
Doug Kramer
d3d5958666
Merge "Docs: Updated TOC to reflect CL 814501" into mnc-docs
2016-02-09 01:40:21 +00:00