11774 Commits

Author SHA1 Message Date
Dake Gu
eb8d2fcb50 leanback: Fix link to changed API setTitle()
To match ag/952395.

Change-Id: I96cf9caa34bd560f14f7864201f3ac228cd2537d
2016-04-21 14:50:26 -07:00
Trevor Johns
59c9a93fc2 Merge changes from topic 'merge_docs_nyc-dev' into nyc-dev
* changes:
  Remove links to createAndInitializeUser() and createUser()
  Resolve merge conflicts of a5060ee to nyc-dev
2016-04-20 18:35:57 +00:00
Trevor Johns
483abe2d8b Remove links to createAndInitializeUser() and createUser()
These methods in DevicePolicyManager have been removed from the
public API in NYC.

Converting @link tags to @code to avoid error during JavaDoc gen.

Change-Id: I5d481ccf65bcf83a61f43cfac8ae474656ff34c1
2016-04-19 17:01:12 -07:00
Trevor Johns
682c24e228 Resolve merge conflicts of a5060ee to nyc-dev
This undoes the automerger skip which occured in
commit e740c84dc32180214a7fd157105d6c18d30408ee and
replays it as a standard (NOT -s ours) merge.

Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
2016-04-19 02:03:59 -07:00
Alex Klyubin
a65707d3f3 Clarify how to replace cert generated by Android Keystore.
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
2016-04-13 15:33:53 -07:00
Chad Brubaker
2df5ba777a Document when usesCleartextTraffic is ignored.
In N and above when using an Android Network Security Config the
cleartext configuration from that is used and
android:usesCleartextTraffic in the manifest is ignored.

Bug:27596429
Change-Id: I50ec765cead6cfd6bbaec585723f99d72e0fd945
2016-04-12 11:07:51 -07:00
Glenn Kasten
0f5e32d8eb Merge "Fix CRLF" into nyc-dev 2016-03-30 19:41:05 +00:00
Brian Carlstrom
b61a0dae09 Fix typo in Conversion Functions doc
Bug: 27529815
Change-Id: I470348a232d9955d23463ec32c2de60abb44bc3f
2016-03-29 14:49:09 -07:00
Janis Danisevskis
d24382984d Document restricted app private file permissions
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
2016-03-23 10:33:35 +00:00
Jeff Sharkey
190d0468b0 Revert "Document restricted app private file permissions"
This reverts commit c83343f7ee333376d23a2bbc619d3b4e6b7a6120.

Change-Id: I08961a1cb858868e104214ce3d0aa3cfcbb054bc
2016-03-22 21:22:39 +00:00
Janis Danisevskis
c83343f7ee Document restricted app private file permissions
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
2016-03-22 16:53:21 +00:00
Glenn Kasten
ff7c8b9e9d Fix CRLF
Change-Id: I6740b5fefae2f16d0ce247ff78e7cb5a6f3f8642
2016-03-18 12:30:09 -07:00
Chris Craik
eb2a428e6e Remove reference to removed xfermodes in hw accel docs
bug:14650725

Also fix color of Picture API level.

Change-Id: Ib3eeaf72dfb81061d13b348d949f6cf1053ec80d
2016-03-16 10:09:51 -07:00
smain@google.com
278fb0deb2 udpate refonly doc build to include new landing page for dev preview.
Change-Id: I088425ed1549dd3bae6a5a755884eb4c3cb0af4f
(cherry picked from commit aa6aa2929c546289c873b3d019de4616c2ddc620)
2016-03-10 18:07:38 +00:00
smain@google.com
00de8c5d7a cherrypick I4e1ca9fddc6374fd80108e4f9a3b9745f8598507
add new make target for offline docs with only the API reference.
Also update the default index.html landing page to redirect to the reference.

Change-Id: I2a123e49e2d6bb365bd81383ca3a9fc8e03de034
2016-03-09 16:57:56 -08:00
Greg Kaiser
027e3fbd5e docs: Mild fix to a sensors_overview code example
In the previous version, if a device had both a gravity sensor and
an accelerometer, but did not have the Google Inc. version 3 gravity
sensor, we would end up using no sensor at all.  We change this to
have the code use an accelerometer in this case, which more closely
matches the surrounding description text.

Change-Id: I095b94d0d8207d3106db022dc337dd537ee0fa82
2016-02-25 13:31:27 -08:00
Alex Klyubin
7867557f7a Merge "Add Network Security Config documentation." into nyc-dev 2016-02-25 01:01:21 +00:00
Chad Brubaker
06aabf4eb8 Add Network Security Config documentation.
Initial pass at Network Security Config documentation, this also adds a
Security section to the list of topics which is currently just a stub.

Bug: 26931435
Change-Id: Iae0ec98a202ad3222b8f3ef39df77ecd2316504a
2016-02-24 16:20:05 -08:00
phweiss
27ee33482a Remove deprecated APIs DPM.createUser, createAndInitializeUser
They were deprecated in M and slated for removal in N.

Bug: 26974903
Change-Id: I7ae4d60bcf226c1e1de42852b378ad1ff71a914b
2016-02-22 14:04:14 +01:00
Florian Salbrechter
067902ce7b Fix bug in IntentService and Service example code.
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)
2016-02-16 17:37:36 +00:00
Carlos Valdivia
bf33bd4d31 Revert "Permissions: Get rid of GET_ACCOUNTS"
This reverts commit 918c55a67c2bf0cec79f75dec6ca468e914a5fd1.

Change-Id: I995f134336bf61ac1f21052355900ae89d0d6694
2016-02-02 15:01:56 -08:00
Carlos Valdivia
918c55a67c Permissions: Get rid of GET_ACCOUNTS
Bug: 21901286

Change-Id: Id2c42f4d449a32c88078d80dcf952d15e67d536c
2016-01-24 14:57:03 -08:00
Adarsh Fernando
0d75c64032 docs: removed duplicate "Synctrace" definition.
bug: 25902983
Change-Id: I3bd4f8566a616597db4545f414b557551d01122d
2015-12-11 09:04:25 -08:00
Neil Fuller
71fbb81b14 Fix @code escapes
The body of {@code} must not be HTML escaped. This is one of
several changes that fix the source in conjunction with a
doclava fix.

Bug: 25757239
Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881
2015-12-02 14:24:11 +00:00
Felipe Leme
3f24edf0dd Fixed typos.
Change-Id: I13f2a0cd9b5e41a6af27fbbc6f33ecc0241b3c29
2015-11-18 15:30:00 -08:00
Eino-Ville Talvala
07437cbc9c Camera: Minor documentation update am: 0b6e1bfae8 am: 0691d16759 am: 062c629e5c am: 784f0f15a9 am: c24b39e0c0 am: 579cc90e61
am: e1cbe99e5f

* commit 'e1cbe99e5ff222f5d017af83466793209e668ed7':
  Camera: Minor documentation update
2015-11-16 20:59:58 +00:00
Eino-Ville Talvala
784f0f15a9 Camera: Minor documentation update am: 0b6e1bfae8 am: 0691d16759
am: 062c629e5c

* commit '062c629e5c6270da232bbd2800966ab5dc6c615f':
  Camera: Minor documentation update
2015-11-16 20:27:03 +00:00
Eino-Ville Talvala
0691d16759 Camera: Minor documentation update
am: 0b6e1bfae8

* commit '0b6e1bfae848b7b177bba9c8119ad44cdc05684a':
  Camera: Minor documentation update
2015-11-16 20:07:02 +00:00
Eino-Ville Talvala
0b6e1bfae8 Camera: Minor documentation update
- Further clarify hardware.camera feature being only for the back camera

Bug: 24540625
Change-Id: I7a698740475aa4932648c8f62aab81d5f9341030
2015-11-13 15:25:45 -08:00
Eino-Ville Talvala
78c90c2376 Camera: Documentation updates am: d8407271ff am: 37e78cf8f1 am: 0e57a4d021 am: 7a062ed396
am: 184cefc2ae

* commit '184cefc2ae33dde0d82a2ee4ed2683b05df9ccc3':
  Camera: Documentation updates
2015-11-12 01:38:37 +00:00
Eino-Ville Talvala
184cefc2ae Camera: Documentation updates am: d8407271ff am: 37e78cf8f1 am: 0e57a4d021
am: 7a062ed396

* commit '7a062ed396f6e563766367de70e0d9c6ba615fed':
  Camera: Documentation updates
2015-11-12 01:31:30 +00:00
Eino-Ville Talvala
7a062ed396 Camera: Documentation updates am: d8407271ff am: 37e78cf8f1
am: 0e57a4d021

* commit '0e57a4d02199a55db763b10a49f383c395e768c7':
  Camera: Documentation updates
2015-11-12 01:25:02 +00:00
Eino-Ville Talvala
37e78cf8f1 Camera: Documentation updates
am: d8407271ff

* commit 'd8407271ffa83d27e9a524f485a0799e422e1fd6':
  Camera: Documentation updates
2015-11-12 01:10:07 +00:00
Eino-Ville Talvala
d8407271ff Camera: Documentation updates
- Clarify hardware.camera feature being only for the back camera
 - Clarify what setting a CaptureRequest field to null does
 - Use preCorrectionActiveArray instead of activeArray in list of
   possible raw output sizes
 - Clarify length of GPS processing field for camera1 API

Bug: 24540625
Bug: 23908116
Bug: 23051627
Bug: 17345901
Change-Id: Iaf11fdf626268cf30f66b3628153ec3ac770c4f4
2015-11-11 23:59:38 +00:00
Johan Euphrosine
e3ac68e11c Merge "docs/sdk/installing: update jdk link to match with the installer" 2015-10-15 06:29:11 +00:00
Johan Euphrosine
a69eddb098 docs/sdk/installing: update jdk link to match with the installer
Bug: 24105549
2015-10-14 16:34:33 +00:00
Adam Lesinski
1a52d3f42b am ae9ae6c5: am 56f9a422: am 1c9d43eb: am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
* commit 'ae9ae6c5985c603db6811c36462e1263967e5404':
  Add additional density enums to android:screenDensity attribute
2015-10-13 01:59:44 +00:00
Adam Lesinski
ae9ae6c598 am 56f9a422: am 1c9d43eb: am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
* commit '56f9a422be2d600da48d559e4838d07a44676c72':
  Add additional density enums to android:screenDensity attribute
2015-10-13 00:20:24 +00:00
Adam Lesinski
56f9a422be am 1c9d43eb: am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
* commit '1c9d43eb0f6cdb33cc004b674b117da95230ce59':
  Add additional density enums to android:screenDensity attribute
2015-10-12 22:21:36 +00:00
Adam Lesinski
06c07a1207 Add additional density enums to android:screenDensity attribute
Bug:24804021
Change-Id: I70c34da9ca5d186aa1ffaacf7f15180d4c4b81e1
2015-10-12 18:25:42 +00:00
Adam Lesinski
383823a6e8 am ce8fc7b9: am 42efe5b3: am c87996e5: am 8461f2fa: am 46684d2c: Merge "Add anydpi to the providing-resources docs" into mnc-dev
* commit 'ce8fc7b919dbe6209ae4ac747179e33ec1ae8f9a':
  Add anydpi to the providing-resources docs
2015-10-06 01:19:50 +00:00
Adam Lesinski
ce8fc7b919 am 42efe5b3: am c87996e5: am 8461f2fa: am 46684d2c: Merge "Add anydpi to the providing-resources docs" into mnc-dev
* commit '42efe5b333c1f28127da57a44b39bd72cfbe81b2':
  Add anydpi to the providing-resources docs
2015-10-06 01:11:20 +00:00
Adam Lesinski
42efe5b333 am c87996e5: am 8461f2fa: am 46684d2c: Merge "Add anydpi to the providing-resources docs" into mnc-dev
* commit 'c87996e5382a5e9bc4ae400e1879d7c655d8b46a':
  Add anydpi to the providing-resources docs
2015-10-06 01:03:49 +00:00
Adam Lesinski
46684d2cae Merge "Add anydpi to the providing-resources docs" into mnc-dev 2015-10-05 22:31:22 +00:00
Adam Lesinski
4cad00b696 Add anydpi to the providing-resources docs
Change-Id: Ic108d9da2e39b9f8581311fe610a1959a24a732f
2015-10-05 19:39:40 +00:00
Jae Seo
14978597f2 am 42934e65: am 6fb2da65: Merge "docs: fix a wrong link" into mnc-ub-dev
* commit '42934e65f5e8a6d16b43cc37c3fe2c6ad18a933a':
  docs: fix a wrong link
2015-09-28 17:31:46 +00:00
Jae Seo
42934e65f5 am 6fb2da65: Merge "docs: fix a wrong link" into mnc-ub-dev
* commit '6fb2da6506b43347b388f9d4e4327767790f237e':
  docs: fix a wrong link
2015-09-28 17:23:48 +00:00
Jae Seo
57551c2896 docs: fix a wrong link
Change-Id: Ib60dfb5a4c9ac8138a357af492f55ca27a7466f6
2015-09-25 12:50:08 -07:00
Evan Charlton
182755989f Don't split the href across lines
This introduces untrimmed whitespace into the URL which causes an
infinite redirect loop when trying to load
/Geofence.Builder.%20%20%20%20.html

Bug: 20851763
Change-Id: I3dc670dc30e57f76403d1eeaf3a4ce50406b9d91
2015-09-23 09:37:11 -07:00
Stephen Hines
d063fd61bb am 3aa6c586: am a13980ce: am ce6b9db4: Merge "Update docs for RS object API fixes."
* commit '3aa6c58661029d57ac7c043cbc5d4d2b457aa701':
  Update docs for RS object API fixes.
2015-09-15 23:41:21 +00:00