am: 44b6976acf
* commit '44b6976acf8a6588a68cdba2a9c6e2b1fb841dac':
docs: Added new page and menu link for "Testing Apps for Auto".
Change-Id: Ifbac7b5836ff62b2a10b09199ad43542117f1f13
am: 5295a81926
* commit '5295a81926321bcb7059f645728e021264131227':
Deleting pages so redirects work on DevSite. b/28670825
Change-Id: I4cdefd1ed0a858404428058b46edaf2eabc3f752
As of Android N, passing file:// URIs across package boundaries
throws a FileUriExposedException. This has caused frustration among
app developers trying to use our example as boilerplate code. This
patch replaces the "take picture" example with one that uses
content:// URIs and FileProvider instead.
Bug: 27636012
Change-Id: I9f0b4d9bbcd6b4bfa770dd1e4ad37f321e22195f
am: e105e8face
* commit 'e105e8faced5b9528421efc48e4ec26e4f487aae':
Remove extraneous Training heading that doesn't appear in other training indexes.
Change-Id: I08b98bc4954535cffc0a4307d540f9f8541e5c56
am: 39579d7
* commit '39579d70b3d729a228c76ae06beeff06c5e94150':
docs: URL and App Indexing API updates for AS 2.0 support b/26642964
Change-Id: Id71f67c7af800535071103c16924daaf6efa72d8
am: 8776f89
* commit '8776f8940a7a73a5763550ab8e902f4ad6210808':
Docs: Added instructions to launch instrumented tests in AS using CTL
Change-Id: If1512e3bc20cfdaed5c08317bdf5889857909b00
Fixes to minor issues (typos and other things that don't require
editorial review) in Android docs.
Staged page URLs provided in CL comments.
Bug: 28172346
Bug: 22411462
Bug: 26422744
Bug: 26776224
Change-Id: Ic3aa8495a1d76a5ce3bccb5037b4172443664d0b
This undoes the automerger skip which occured in
commit e740c84dc3 and
replays it as a standard (NOT -s ours) merge.
Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
This updates Android Keystore developer documentation to clarify how
to replace the self-signed certificate create by Android Keystore when
it generates a new key pair. Some developers are attempting to use
KeyStore.setCertificateEntry which is the wrong method for this. The
correct method is KeyStore.setKeyEntry.
Bug: 28152878
Change-Id: I306447b7792ecad5fbb49bd691a57bedb5207003
A paragraph under the "Requesting Permissions" section of the
"Security Tips" page discusses the complications associated with
sharing data over inter-process communication (IPC) when the clients
involved have different permission settings. This paragraph now
includes a working link and clearer wording to describe the concept.
Bug: 26807597
Change-Id: I35e316f5f97d4ec45d9beaae95424221e6a92da5
am: cffbbc8
* commit 'cffbbc86528b452e937f645e1c45e765556edba6':
docs: URL and App Indexing API updates for AS 2.0 support b/26642964
Change-Id: Ida4bd839737708786151773ae30b700ddf0c2f57
The "Building a Simple User Interface" page now displays a paragraph
with the text "The result looks like this:" in the correct location
(i.e. after the steps for "Create a Linear Layout").
Bug: 26778824
Change-Id: Ib2a94975bd867897ce4382da6347584d578b3d11
The lines of code under "Defining Custom Animations" > "Specify custom
transitions" now contain correct namespace definitions for each item
name referenced in the style definition XML file.
Bug: 27799130
Change-Id: I30e0f799dae6e5a5c04fe1cdf4e680b30b8e5cf3
The TOC on the "Creating an Android Project" page is now updated such
that all of the links direct readers to a useful area on the page.
Bug: 27302059
Change-Id: Ideefaa78541e966f788bb9fc28a1080f2cd5ce50
The code sample for the "Add the Account Required by the Framework"
section of the "Creating a Sync Adapter" page now displays a semicolon
at the end of every variable and constant declaration.
Bug: 27288669
Change-Id: I22bccd4dea3d516231fbcab6059ae4d48d596329