| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit '7414f97a04658858201760c3a60a9d8fa95042fa':
Doc change: fix urls, remove obsolete image.
|
| |\
| | |
| | |
| | |
| | | |
* commit 'efd254b2f9246d4c259be7885ef344be745bc8bc':
Doc change: fix urls, remove obsolete image.
|
| | |
| | |
| | |
| | | |
Change-Id: I61ec972b1df2c3211da6e21ee4e4ec3319d0d02b
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Google Services page update.
* commit '3519ddfe07de5847332937c4a0ba29c0378fe26a':
Doc change: More changes to distribute files, Google Services page update.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
page update.
* commit 'de401c82f58a9465593391fede942fe6ffd22ef1':
Doc change: More changes to distribute files, Google Services page update.
|
| | |
| | |
| | |
| | | |
Change-Id: I047ff9165c5844075561b31e42f8127d8819aeb0
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
and grace period information to IAB docs" into lmp-mr1-ub-docs
* commit 'a90cb675a53ebf9a749bcaefc19ba00c8cbf7570':
docs: Add weekly subscriptions and grace period information to IAB docs
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
period information to IAB docs" into lmp-mr1-ub-docs
* commit 'a0f0b5bfd8df9e0caa6848bc479f1ed3dc492efc':
docs: Add weekly subscriptions and grace period information to IAB docs
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
information to IAB docs" into lmp-mr1-ub-docs
* commit '574690b13c8f0d4835c6d86b8e26fc4c9b914037':
docs: Add weekly subscriptions and grace period information to IAB docs
|
| | | |\
| | | | |
| | | | |
| | | | | |
docs" into lmp-mr1-ub-docs
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
b/20351362
Change-Id: Ie1d9c928acbe3ae3846680d6fa4ff9e2fa049f84
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
changes to publish to DAC." into lmp-docs
* commit '3ccf0caf015034976f8c654d89ac74619aa94bd0':
Docs: NDK r10e changes to publish to DAC.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
publish to DAC." into lmp-docs
* commit '7fc3b6c00b55e15881d1f098666399b674a64e42':
Docs: NDK r10e changes to publish to DAC.
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into lmp-docs
* commit 'abd8d42225f58396abaef2cf0e8a604be111e683':
Docs: NDK r10e changes to publish to DAC.
|
| | | |\ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'f5d6156ce8e56eb92abcf046fd8ff5a9647d38ae':
Docs: NDK r10e changes to publish to DAC.
|
| | | | |\ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: Id178523df1d5524bb25d43e304591526e6488b92
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into mnc-dev
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The access mock location is no longer a runtime permission. It is a
signature protected one that apps cannot get but the fact they request
it means they want to inject location into the system. Now the user
gets to choose the current mock location app in developer options from
the apps that request the mock location permission. The access to mock
location is no longer guarded by the permisson but from a new app op
which is off by default and the settiings UI sets it to enabled only
for the currently selected mock location app.
bug:21078873
Change-Id: I19e3f9dc7c7de82eab46b30fec1abfbca54a0e59
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This CL addresses the comments from API Council about Android KeyStore
KeyPairGeneratorSpec, KeyGeneratorSpec and KeyStoreParameter:
1. These abstractions should not take or hold references to Context.
2. The Builders of these abstractions should take all mandatory
parameters in their constructors rather than expose them as
setters -- only optional paratemers should be exposed via setters.
These comments cannot be addressed without deprecation in the already
launched KeyPairGeneratorSpec and KeyStoreParameter. Instead of
deprecating just the getContext methods and Builder constructors, this
CL goes for the nuclear option of deprecating KeyPairGeneratorSpec and
KeyStoreParameter as a whole and exposing all of the AndroidKeyStore
API in the new package android.security.keystore. This enables this CL
to correct all of the accrued design issues with KeyPairGeneratorSpec
(e.g., naming of certificate-related methods) and KeyStoreParameter.
This also makes the transition to API Level M more clear for existing
users of the AndroidKeyStore API. These users will only have to deal
with the new always-mandatory parameters (e.g., purposes) and
sometimes-mandatory (e.g., digests, block modes, paddings) if they
switch to the new API. Prior to this CL they would've had to deal with
this if they invoked any of the new methods of KeyPairGeneratorSpec
or KeyStoreParameter introduced in API Level M.
This CL rips out all the new API introduced into KeyPairGeneratorSpec
and KeyStoreParameter classes for Android M, thus reverting these
classes to the API launched in L MR1. This is because the new API is
now in android.security.keystore.KeyGenParameterSpec and KeyProtection
respectively.
Bug: 21039983
Change-Id: I59672b3c6ef7bc25c40aa85f1c47d9d8a05d627c
|
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
mnc-preview-docs
* commit 'ba6499175773301b140047c44628c6e9f03f139f':
docs: M Preview Program Overview page
|
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | |
| | | | | | | |
| | | | | | | | |
* commit '09a8de7576945886b3de5ba70a8349629144ecd9':
docs: M Preview Program Overview page
|
| | |\ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Change-Id: I3d5c06d8f5196d0fc1c216038221e6e31fc4f626
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
| | | | / / / / /
| |_|_|/ / / / /
|/| | | | | | | |
Change-Id: I08e44ee778436e5592e73ced82356f015cbdfe74
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* commit '98794c012c45369484df7abfa0bdf065447aff58':
Doc change: add new engagement and other distribute files.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: I1c80d134b6637db9f763b6a587cdc5817a66b9be
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
renderscript using gradle settings" into lmp-docs
* commit '353232ecee06d1828d8628c4e3917e3b428485aa':
docs: renderscript using gradle settings
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
gradle settings" into lmp-docs
* commit 'b97afd418558fbe5cf37a17302a84a9d907490e6':
docs: renderscript using gradle settings
|
| | |\ \ \ \ \ \
| | | | |/ / / /
| | | |/| | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into lmp-docs
* commit 'a27dd186b265b58eae490d4e19ec11268ea54f12':
docs: renderscript using gradle settings
|
| | | |\ \ \ \ \
| | | | | |/ / /
| | | | |/| | |
| | | | | | | |
| | | | | | | | |
* commit 'e78f136b1dbe11dc98c5699da24df49fd9dae795':
docs: renderscript using gradle settings
|
| | | | |\ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
b/13532631
Change-Id: I35808faf3fae8706ca6f9e46408c791594ab1467
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into lmp-mr1-ub-docs
* commit 'f3c042045f70b74d700c3d96429f45b93606e56b':
docs: studio 1.2.1.1 updates
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
lmp-mr1-ub-docs
* commit '13e39e3fd28544ff13639938455a8b7d593b835b':
docs: studio 1.2.1.1 updates
|
| | |\ \ \ \ \ \ \
| | | |/ / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* commit 'c1e973477d635e08ab656bba3dbaf73927feaae8':
docs: studio 1.2.1.1 updates
|
| | | |\ \ \ \ \ \ |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Change-Id: I0e0f25873b06a135e6fd68f1a2aad463d204c4e5
|
| |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
profiling docs.
* commit 'b1e9430a9d653937ae9ee2ae9c3e60860b30ba4d':
Fix prototype for startMethodTracingSampling in profiling docs.
|
| | |\ \ \ \ \ \ \ \
| | | |/ / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* commit 'c5ced5d354678c6eaefbfab11035b4f05361264a':
Fix prototype for startMethodTracingSampling in profiling docs.
|
| | | |/ / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Change-Id: I1bb48be7d154ef2d513c8f611c52a7c89414737c
(cherry picked from commit 3755c3d8bcc3d0f22eb7a775ec7a689feb7e1725)
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
profiling.
* commit '55c4816fb2aa8ea54231de6dbcb4fa22642bb75e':
Update ddms and profiling docs to include sample profiling.
|
| | |\ \ \ \ \ \ \
| | | |/ / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* commit 'cf6a3b915c2984ae573b27a46dd732811d642427':
Update ddms and profiling docs to include sample profiling.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Bug: 5866094
Change-Id: Ib97990ee2fc823416b3f41856b815d4092818f98
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Change-Id: I1bb48be7d154ef2d513c8f611c52a7c89414737c
|
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Bug: 5866094
Change-Id: Ib97990ee2fc823416b3f41856b815d4092818f98
|
|\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
training docs for Android unit testing tools and APIs. This training covers techniques for running unit tests on local machines, using mock objects in local unit tests, and building instrumented un
* commit 'ce4408a104300006a3296bfd2f2aad9c0f2fd9dc':
docs: Added training docs for Android unit testing tools and APIs. This training covers techniques for running unit tests on local machines, using mock objects in local unit tests, and building instrumented unit tests to run on a device or emulator.
|
| |\ \ \ \ \ \ \ \ \
| | | |/ / / / / / /
| | |/| | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Android unit testing tools and APIs. This training covers techniques for running unit tests on local machines, using mock objects in local unit tests, and building instrumented unit tests to r
* commit 'a75778438fde2e7ec5322a69930ff49ded48f4c1':
docs: Added training docs for Android unit testing tools and APIs. This training covers techniques for running unit tests on local machines, using mock objects in local unit tests, and building instrumented unit tests to run on a device or emulator.
|
| | |\ \ \ \ \ \ \ \
| | | | |/ / / / / /
| | | |/| | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
testing tools and APIs. This training covers techniques for running unit tests on local machines, using mock objects in local unit tests, and building instrumented unit tests to run on a devic
* commit 'd43ec6380ce04f4c0830cd35d1dbd7b3050799d4':
docs: Added training docs for Android unit testing tools and APIs. This training covers techniques for running unit tests on local machines, using mock objects in local unit tests, and building instrumented unit tests to run on a device or emulator.
|