Commit Graph

11755 Commits

Author SHA1 Message Date
Matt Werner
7893b3bb8e Merge "docs: Added new COSU page on DAC" into mnc-docs 2016-03-04 23:23:11 +00:00
Eric Schmidt
7da3c10988 Merge "docs: Added warning to versioning.html." into mnc-docs 2016-03-04 20:15:49 +00:00
Matt
954d57dcf0 docs: Added new COSU page on DAC
Bug: 24508712

Adding new enterprise page on DAC for Configuring Corporate-Owned,
Single-Use Devices. This page includes a diagram comparing app pinning
vs. lock task mode. I've also updated the index pages with this change.

Change-Id: Ibc09e1b2d29a7e314c6e40e6aa5edd2c5ebc6cf9
2016-03-04 11:08:03 -05:00
Doug Kramer
ae4cc18333 Merge "Docs: Added three missing steps in memory monitor." into mnc-docs 2016-03-03 02:09:07 +00:00
Joe Fernandez
b06fc4b67e docs: Update terms of the SDK licensing agreement
Updating per instructions from Tristan Ostrowski <tostrowski@google.com>
b/24584030

Change-Id: I9ce7d36428a6f63ad83fcde3b9f1be99b7a7a496
2016-03-02 16:31:46 -08:00
Andrew Solovay
f2ad960441 Merge "docs: Adding new Glu "Deer Hunter" success story" into mnc-docs 2016-03-02 00:04:44 +00:00
Andrew Solovay
8f984c08de docs: Adding new Glu "Deer Hunter" success story
See first comment for doc stage location.

bug: 26112264
Change-Id: I51a37d883481f0738a20bf94bb61cc5c03019b6a
2016-03-01 15:42:36 -08:00
Eric Schmidt
839d77cef5 docs: Added warning to versioning.html.
Bug: 26587533
Change-Id: I5bb3498596f3d922d30abb6021202d7d62fc7dd6
2016-03-01 18:05:16 +00:00
Dirk Dougherty
d128ba6d25 Merge "Doc change: update Doze acceptable use-cases table." into mnc-docs 2016-03-01 16:01:01 +00:00
Doug Kramer
93eb3666d0 Docs: Added three missing steps in memory monitor.
Bug: 26967239
Change-Id: I2ebc1af85459b1675ce717415697d3eaf4c8f5b8
2016-02-29 22:23:44 -08:00
Dirk Dougherty
9a30832a5b Doc change: update Doze acceptable use-cases table.
Change-Id: I20d7299b1f475ac5f85b1f42677d44cdf66967df
2016-02-29 21:44:55 -08:00
David Friedman
b3a449c53d Docs: Adds info about setUrgent() to Syncing Data Items.
Bug: 25702199

Change-Id: I95c4c8f3b7d7123c23bc2096580ff99ed36965f8
2016-02-29 20:58:30 -08:00
Dirk Dougherty
8713a0391c Doc change: update landing carousel with new videos.
Change-Id: I07abadad059138901821d804a6bcf6ec040a609d
2016-02-29 18:04:57 -08:00
Adarsh Fernando
4783301fa5 Docs: Added Android Support Library 23.2 Release Notes
Bug: 26448279
Change-Id: I7549f87a374a3c2f632e31b8da9cac8394e5c9e6
2016-02-24 13:33:42 -08:00
Joe Fernandez
c7775d017c Merge "Support Library v23.2.0 API Diff BUG=26448279" into mnc-docs 2016-02-24 18:24:44 +00:00
Amanda Kassay
9a767c82e2 Merge "Update for DevSite build. Added nonavpage variable to pages expecting no nav." into mnc-docs 2016-02-23 21:49:10 +00:00
Chris Flatt
0ee173c455 Support Library v23.2.0 API Diff
BUG=26448279

Change-Id: I4cb180682a05bb4288c368f28669728207e1c6ae
2016-02-23 21:48:02 +00:00
Amanda Kassay
7b62b0f9ab Update for DevSite build. Added nonavpage variable to pages expecting no nav.
Change-Id: I5d59c84acd7fcae123c0fbcb683febaeaf0b3863
2016-02-23 13:51:13 -05:00
Dan Dascalescu
634caa4ebc docs: Fix typo "remove allocations for" and "else where"
bug: https://code.google.com/p/android/issues/detail?id=26319

While at it, fixed "else where" in the paragraph above.

Change-Id: I2cd5781ed84a4c2570762ddcbe52ab047fb0bd39
2016-02-18 13:36:13 -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
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
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
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
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
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
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
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
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
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
d3d5958666 Merge "Docs: Updated TOC to reflect CL 814501" into mnc-docs 2016-02-09 01:40:21 +00:00
Eric Schmidt
e32497ba43 Merge "docs: Replaced ?s with quotation marks." into mnc-docs 2016-02-09 01:34:23 +00:00
Eric Schmidt
75d2f9a102 Merge "docs: Removed an extra quotation mark from snippet" into mnc-docs 2016-02-09 01:33:42 +00:00
Eric Schmidt
1a868a18fa Merge "docs: Fixed typo in 'Creating an Android Module'" into mnc-docs 2016-02-09 01:22:07 +00:00
Doug Kramer
855738ab86 Docs: Updated TOC to reflect CL 814501
Change-Id: Id5905a471e052a69a655b1dd7a053963f1c5900f
2016-02-08 17:19:02 -08:00
Doug Kramer
406daa4441 Merge "docs: Battery performance, networking analysis and optimization" into mnc-docs 2016-02-09 00:48:42 +00:00
Joe Fernandez
28be3259d9 docs: Battery performance, networking analysis and optimization
- added draft TOC structure to training
- added battery/networking training pages

Change-Id: I0136898f37feac9a8ea17de24ea5ef1bf0ce5329
2016-02-08 16:05:01 -08:00
Eric Schmidt
7a712aef26 docs: Removed an extra quotation mark from snippet
Bug: 26486723
Change-Id: Id9fb344c7138ec858dd74d3d562a6061c6936abd
2016-02-08 15:36:10 -08:00
Eric Schmidt
68ab2f8263 docs: Replaced ?s with quotation marks.
Bug: 26349836
Change-Id: I00a742cd6bee9d4c9882ee953267e75e195e3bfc
2016-02-08 15:30:30 -08:00
Eric Schmidt
2662633882 docs: Fixed typo in 'Creating an Android Module'
Bug: 27071132
Change-Id: Ie3bf5f524c7753c5668e3cf89545892163a2596c
2016-02-08 13:26:04 -08:00
Florian Salbrechter
adde150c02 Fix bug in IntentService and Service example code.
Use Thread.sleep instead of Object.wait which simplifies the example.
Also there is a tiny chance, that wait will be called with 0, which
blocks forever.

Change-Id: I4cf90a33089a64bdf802620350f76af08f15f721
(cherry picked from commit 77d8857ed5)
2016-02-08 17:03:23 +00:00
Dan Dascalescu
3b686b3c01 Merge "docs: Fix function name" into mnc-docs 2016-02-05 23:21:16 +00:00
Dan Dascalescu
2bcde9fa9a Merge "docs: Fix typo "allows the application can recognize" -> to" into mnc-docs 2016-02-05 23:20:53 +00:00
sreevanis
4e1620b28f docs: Documentation for using China variant of the Android Wear
SDK.

Bug:24924597
Change-Id: I95781d48e354268cca44e463693eaade0c3c469c
2016-02-05 14:18:09 -08:00