Per bug b/10641907, putting fragments in the root view *only* works
if the device runs Android 3.0 or later. Chris and Adam say
we don't really want to suggest that work flow even for these devices,
so I'm taking that info out.
bug: 10641907
Change-Id: Ie44acbb534b8e0cea8dbbfaaf2c65836b1c31be6
a link from being created at build time.
Change-Id: I4086ce5054cc2d5cacd72314810b626aee50df62
(cherry picked from commit e62f4540cd6ce6289fb0196c8e30c3a3d6905794)
These pages have not been maintained and have not been included in the
DAC navigation structure for some time.
b/19413080
redirects change: If512bdf55b16f0faf21de7db81ab26d59489da15
Change-Id: Ibc1aa5c691edb938cbb7d4b2d885f1ea8a5f6ef4
- The dev guide has moved to Github, where we can easily maintain it
together with the code.
- I'd like us to still keep this page on the Android site, to direct
developers toward using ExoPlayer.
- I have no idea what branch this should be on, but can easily cherry-pick
to another one as required.
Change-Id: I9179b822988698053463eed7162e970cab3e1ae4
cherry-pick from CL: https://android-review.googlesource.com/148241
This CL replaces the Doxygen generated documentation by one that's created
by our internal tool found in framework/rs/api. The big advantages:
- Can handle overloaded functions. Doxygen could not and RenderScript has many.
- Can have version information.
- Can match the look of the Java documentation.
- Cleaner look and no leaking of internal paths.
This CL also include changes introduced by the L release which was missing
previously.
Change-Id: Icade41d04d35e45c445ad952bb8ce14389f9f59f
Original Change-Id: I417546a473f0ebe76a6e4102b87883a85365ac26
The behavior for single and double-quotes is different--I expanded
this section to note how they differ.
bug: 19959941
Change-Id: I9be9c066c416e9403a3ac164af0b1ce35f7ab1dd
The behavior for single and double-quotes is different--I expanded
this section to note how they differ.
(New version of a Gerrit CL I abandoned because of a commit mess-up.)
See first comment for doc stage location.
bug: 19959941
Change-Id: I417546a473f0ebe76a6e4102b87883a85365ac26
Also fixed the line breaks in android:configChanges so the syntax
code box doesn't need a horizontal scroll bar.
See first comment for doc stage location.
bug: 19935160
Change-Id: I1ec34473e743a9f0c921f771cfb47129c47f9014
While I had gridview open (per the bug), I also checked the other
files in that directory for broken image links (in case this stemmed
from a doc reorg). I didn't find any broken images, but I did find
a couple of code samples that unnecessarily had horizontal scroll
bars, so I fixed those.
See first comment for doc stage location.
bug: 19611361
Change-Id: I983a09aaee5e2b1747376748c1aa46341c31a3c2
* commit 'd9eb3881f452ecb4b77062eb6505a3d7601d0a8c':
docs: Remove deprecated Fitness information from this doc. Guides have been moved to developers.google.com/fit
* commit '217a435665880076abb71085e9d76aec4ff83b6d':
docs: Remove deprecated Fitness information from this doc. Guides have been moved to developers.google.com/fit
The guide documentation for the manifest data element contains a
grammar that implies leading slashes are not required for the path
part of a URI string. Also the path documentation does not mention
the need for a leading slash.
Grammar from documentation:
<scheme>://<host>:<port>/[<path>|<pathPrefix>|<pathPattern>]
^
|
Included "/" -----------+
All internal usages of path, pathPrefix, and pathPattern, have a /
starting out the string and these attributes don't work without that
/.
This change updates the grammar and the documentation for the path
attributes.
Fixes bug 19540035
Change-Id: I931a25fd1c10c01eaa32a7cfa82cca256b129efb