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
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
Make the docs reflect changes in private file access permissions.
Starting with API level 24 app private files are exclusively accessible
to the owning app. Files can no longer be shared by name because apps
cannot relax the files system permissions.
Bug: 27636012
Change-Id: Iac80504b06f6e37ce109222092f77788ed388393
Make the docs reflect changes in private file access permissions.
Starting with API level 24 app private files are exclusively accessible
to the owning app. Files can no longer be shared by name because apps
cannot relax the files system permissions.
Bug: 27636012
Change-Id: Ibcb5032986c819829fa13ba07a74f20f2997e995
When we replaced the action bar docs with the new app bar docs,
we chose not to document the deprecated "overlaying the action bar"
functionality. Removing a separate training section that relies on
the now-removed material.
bug: 26502436
Change-Id: I0fe3715a39d5591be6eecbacbd7f68134ecc9f96
The code sample within the "Return a Result" section of the "Allowing
Other Apps to Start Your Activity" page was missing a closing
parenthesis at the end of the second line. This parenthesis should now
appear.
Bug: 26845664
Change-Id: Iec58b86889d6e8fa6ad5327678d5e6d63d34f85f
Removed section "Run the Sync Adapter After a Network Message," as
several members of DevRel believe that the explanation and code
sample were too misleading. Also removed related TOC entry and
"dictionary entry" (within the user-friendly list of options for sync
adapters) at the end of the introductory section for this topic.
Bug: 19718330
Change-Id: I1cd2c2e5253653f670c62be95ab50ab626d26a56