With Android M, the Apache HTTP client is no longer supported.
Removing references to that client and the clients that depend
on it (DefaultHttpClient and AndroidHttpClient). Replacing, when
appropriate, with references to HttpURLConnection.
Also removing references to the 2011 blog post "Android's HTTP
Clients" (https://goto.google.com/cusll) since that post is largely
about the ex-clients.
Fixed a couple of other small errors while I had the files open
(for example, changed a sample URL in a code snippet to the safe
www.example.com).
bug: 19696844
Change-Id: Iabf780140c37d5fc95c0d45542c425a945c69337
This change updates this page from M Preview 3 to official 6.0 release.
As part of this update, it also relocates relevant material from the
previously existing "Testing" page that was part of Preview.
Bug: 23725346
Change-Id: I3a875dcca6620956c5fbbff5610faa47ca7747e6
The action bar training classes are being superseded by the new App
Bar training, which uses the appcompat Toolbar. This CL removes the
obsolete docs. The new docs are covered by CL http://ag/730414 ; both
CLs will go live together. (There's a separate CL, http://ag/732803 ,
setting up redirects from obsolete pages to the new ones.)
There are a couple of topics in the old Action Bar API Guide which
are not yet covered by training, so this CL does *not* remove that
page--that'll happen when I add App Bar docs covering those areas.
Also changed links/references to the now-deleted pages where I saw
them--and while I had the files opened, changed instructions that
had told devs to use (now-deprecated) ActionBarActivity, and told
them instead to use AppCompatActivity.
See first comment for doc stage location.
Change-Id: Id548d8f483d85f2eef9f744d258ed113554eb6fc
Describes how to declare that your app needs system permissions;
also describes how (on M and later) to request those permissions at
runtime.
There's a companion CL which updates various existing API docs for
the new M permissions model (http://ag/762405 ).
See first comment for doc stage location.
bug: 23725768
Change-Id: I7c3babdb9348969d1b0b019e7e9ef7116b04c658
Updates the docs to reflect the new Android M "runtime permissions"
model. (There's also a new training class, in a separate CL:
http://ag/762246 ) Removed the M Preview permissions page (but didn't
remove all references to it--Q will do that in a separate CL).
See first comment for doc stage location.
bug: 23725768
Change-Id: Iafb801f1188d1bb6b66ac19c9c1dfce0114df271
Since I'm adding several new samples at once, I've added them
alphabetically. (Ordinarily the newest samples go at the top.)
Per our discussion, removed all the samples that used to be on the
"What's New" page.
See first comment for doc stage location.
bug: 21406143
Change-Id: Ib637ba3cf425a6b96cd97d08d5d9eefb8eac1a5d
Migrated M Preview main landing, API overview, Behavior Changes,
Samples, and Downloads to /about/versions section.
Change-Id: If7cd1c2942c57d7d47a18f3a7ec9b373bfc1ca67