We'd already noted this in the "new in Android 5.0" page but we
hadn't moved this into the base "permissions" pages. Added it, with
some usage recommendations from the bug.
Also fixed some formatting while I had the files open.
See first comment for doc stage location.
bug: 18143176
Change-Id: I9cc1a8865492ebf30c7a0f7c325669ded670933e
Includes all updates to App Translation API content/text. Also
includes "Related Resource" cards.
Bug: 27729402
Change-Id: I0385f448b7b92fe420f3b51394d9a659e7b6df81
Original-Change-Id: Ibcde400fe8b340f032d1c458c83deb828450c9a5
Also added the libraries sub-TOC to the "API Guides" TOC.
See first comment for doc stage location.
Change-Id: I06aac939e40ffad7888801ea01f6d4decd6eb4d1
Per discussion with JF and DD, the new holding pen for not-quite-
top-level topics will be a "/topic/" directory, not "/go/". (Currently
the only thing living there is the new "libraries" section.)
Updating redirects and TOCs accordingly. See first comment for
doc stage location.
bug: 28558659
Change-Id: I09201a8334cac70d76559a106a74d5a29fe82128
The /tools/ top-level directory is going away when we move to devsite
(and the Android Studio docs get their own home) so I'm moving the
non-AS docs out of there. Also adding redirects (and fixing redirects
that pointed to the old locations).
For the time being, I'm also adding these libraries in to the
"API Guides" TOC, just so they're discoverable from somewhere; I'm
expecting this to change post-redesign.
See first comment for doc stage location.
bug: 28270787
Change-Id: I07488251384fbd22d2512a797793cf98654f54e7
(manifest).
Per discussion with ddougherty@, decided that this was a high-risk,
low-reward change. Have "undone" the change with the given
"Original-Change-Id" as a result.
Bug: 2735276
Change-Id: I1f6089a1319180aed7d6fdbcf182c5fbe4b49abb
Original-Change-Id: Ifa30615c1cca5f6f19e4d1d0c071e4e256b3151b
The description of the "package" attribute for an Android
application's <manifest> element now states more clearly that the
Android package name and the Java package name(s) used in the app's
classes do not need to be the same.
Bug: 2735276
Change-Id: Ifa30615c1cca5f6f19e4d1d0c071e4e256b3151b
The end of the first paragraph of the "Creating a Notification"
section (within the "Notifications" page) now links to the correct
version of notify() -- i.e. the one within the NotificationManager
class.
Bug: 27708810
Change-Id: I7cc9608f646518bf5f7fc3f4a231c9dece693363
Bug: 22767853
- Correct the description about renderscriptTargetApi: Use the lowest
API level providing all the functionality in the code.
- Update the sample gradle config to use the up-to-date and stable
version of Build-Tools.
Change-Id: Ie8008acafb270fda9e2c928953568461f6f6f476
The table listing the different Android API levels (within the
"<uses-sdk>" page) now contains accurate links for "Android 6.0" APIs
and "Platform Highlights."
Bug: 27725763
Change-Id: I7cc9734b84ac530223a6bae58aed0072dcd214aa
Within the "Resource values" sub-section within the "File Conventions"
section of the "App Manifest" page, changed the separator between the
name/value pair for resources and themes such that it is now
consistently a '/' character.
Bug: 27070041
Change-Id: Ie299fbb866b9de3afaffa8fb70e3ca3709c45735
Added a curly brace at the beginning of "onProvideShadowMetrics()."
This method appears within the sample code associated with step 2 of
the "Designing a Drag and Drop Operation" section of the topic.
Bug: 24561657
Change-Id: Icb06a65f63bc57c747bb6f244f6b623c17bdfc45
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
List of normal permissions had drifted from alphabetical order;
fixed.
See first comment for doc stage location.
Change-Id: I031d1142275c9fd53a2ce16fcd54fdcf206d03a7
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 77d8857ed58503669e0659989c02fb7f1ca936b4)