Scott Main
22bcc39be8
am 5c748fa5: am 5cb405bc: am 679fe25b: am a15afd2b: resolve a few doc issues from external reports
...
* commit '5c748fa5fca06922279d17496ff61d16d3ba3c04':
resolve a few doc issues from external reports
2013-03-12 10:12:25 -07:00
Scott Main
679fe25b41
am a15afd2b: resolve a few doc issues from external reports
...
* commit 'a15afd2bc4b103146497b521c09c73722a8e3725':
resolve a few doc issues from external reports
2013-03-12 10:06:03 -07:00
Scott Main
a15afd2bc4
resolve a few doc issues from external reports
...
Change-Id: Ic4ca327bf2ac92ed259fbd3c51fe5a4453afb479
2013-03-12 09:25:22 -07:00
Dirk Dougherty
0db6a9e9a6
am a18ff6f1: am f809e96f: am 1a15b24b: am 012ef92e: Merge "Doc change: Remove refs to Copy Protection and note EOL in GP." into jb-mr1-dev
...
* commit 'a18ff6f1ae45c4553e7d2e0c65a5b347bbb370e4':
Doc change: Remove refs to Copy Protection and note EOL in GP.
2013-02-26 10:47:54 -08:00
Dirk Dougherty
1a15b24bdd
am 012ef92e: Merge "Doc change: Remove refs to Copy Protection and note EOL in GP." into jb-mr1-dev
...
* commit '012ef92e0358360a6d5109fddc9e58e16b13c80d':
Doc change: Remove refs to Copy Protection and note EOL in GP.
2013-02-26 10:40:24 -08:00
Joe Fernandez
1f954f2fee
am d5f87129: am 2ca291b8: am 9faf0664: Merge "docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f" into jb-mr1.1-dev
...
* commit 'd5f87129757814e7fa83739afb921fe42d9e7454':
docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-02-25 10:22:43 -08:00
Dirk Dougherty
aca4a7760a
Doc change: Remove refs to Copy Protection and note EOL in GP.
...
Change-Id: Ia03a6173cc635a5de460cd5534c454840510b33d
Bug:6951537
2013-02-21 15:47:43 -08:00
Joe Fernandez
02c78194cc
docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes
...
formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780
2013-02-20 13:30:53 -08:00
Scott Main
8a05d13ef6
am 5b56d432: am 9107fa5d: am 66adf0d0: am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-dev
...
* commit '5b56d43237d959403bb8a32de25376deee2dab22':
docs: resolve bugs from external tracker
2013-01-08 12:52:38 -08:00
Scott Main
6aad995042
docs: resolve bugs from external tracker
...
Change-Id: I680970ec63701197103f6c5ab55c25c736aa0519
2013-01-08 12:02:38 -08:00
Scott Main
aa516b10dd
am 76c28e54: am 7fc128fe: am b2039756: am e30d31c4: docs: misc bugs from external tracker
...
* commit '76c28e54b876207d468309aecb2ff2f4708a6ca4':
docs: misc bugs from external tracker
2013-01-07 16:06:40 -08:00
Scott Main
e30d31c4e8
docs: misc bugs from external tracker
...
Change-Id: I928659b23d1ff3a5d017d4fb50acb8ac0e3b251b
2013-01-07 15:54:30 -08:00
Dirk Dougherty
fa4596131d
am 6875b438: am a4f67a88: am 49be1ef3: Merge "Doc change: cleanup filtering sidebars and api level table. Changes links pointing to billing and other play docs that have moved." into jb-mr1-dev
...
* commit '6875b4385c1d1e4c1160ba6cd9128a461565338b':
Doc change: cleanup filtering sidebars and api level table. Changes links pointing to billing and other play docs that have moved.
2012-11-29 21:20:00 -08:00
Dirk Dougherty
2b286bb26b
Doc change: cleanup filtering sidebars and api level table. Changes links pointing to billing and other play docs that have moved.
...
Change-Id: I5528e82a6f97eb25f2ec2db5dfe1e178d9580f3c
2012-11-29 21:07:41 -08:00
Kenny Root
58ed5d748c
am 768d9e1a: Merge "Correct executable bit for source files"
...
* commit '768d9e1a72ceee7d4a5f608776b87b62d6ce4a04':
Correct executable bit for source files
2012-11-07 11:52:12 -08:00
Kenny Root
3a084af2e9
Correct executable bit for source files
...
Many media files and source code files were marked as executable in Git.
Remove those.
Also a shell script and python script were not marked as executable.
Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
2012-11-07 10:27:31 -08:00
Scott Main
22d17c984a
docs: misc changes for new manifest attributes,
...
including fix for bug 7443821
bug 7442263
Change-Id: I20b712bf2b0379c70ff28682025d6f30817a6c36
2012-11-01 10:39:41 -07:00
Eino-Ville Talvala
72b4db15b6
Unhide and document feature android.hardware.camera.any.
...
Bug: 6847310
Change-Id: I67a973dccfdc735aac457fce625003a386ff2fbe
2012-09-18 17:47:23 -07:00
Joe Malin
4aa3c034f5
Fix contentprovider docs android:exported default
...
Change-Id: I30682905e99fa3d05b6315c011e290fe509588f4
2012-08-09 13:02:36 -07:00
Nick Kralevich
f097b16cfd
Content Providers: change default for android:exported
...
Change the default value of android:exported to true
for applications which target a newer API version.
This will help stop inadvertent content provider
exposure to untrusted apps.
Bug: 3306452
Change-Id: I8cb34e823aef9551319951ce92217345c54cee63
2012-08-07 11:34:00 -07:00
Scott Main
f05e34a10c
fix more broken links
...
Change-Id: If4dceab223a6c22827a0645aa5923ddc427b2b85
2012-07-31 18:25:33 -07:00
Scott Main
f284d49293
docs: fix broken links
...
Change-Id: I0523fb8eb8608b07cf7ca866d0c2ccfcbfc2e946
2012-07-31 14:19:33 -07:00
Scott Main
12a5475205
docs: update hw accel attribute's default behavior and fix link to l10n tutorial
...
Change-Id: I445a5ef7513749ab55537c16dac2ee00aee0859d
2012-07-18 12:08:04 -07:00
Joe Fernandez
cd940ef36c
docs: Updating <uses-sdk> docs, bug fix: b/6836256
...
Change-Id: I61e80e843db09b748417f2a234600edad922cdc5
2012-07-17 16:45:58 -07:00
Scott Main
01e1b832d7
docs: add largeHeap attribute to app manifest doc
...
external issue 33967
Change-Id: I69e5d3da78098842c4710708f4d389637dd0fe6b
2012-07-03 18:21:00 -07:00
Scott Main
60dd520d37
docs: add api overview for jb
...
Change-Id: Ibb916138026bb13bb424c826fe8faa563c71bf94
2012-06-26 21:41:25 -07:00
Scott Main
50e990c64f
Massive clobber of all HTML files in developer docs for new site design
...
Change-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3
2012-06-21 21:27:30 -07:00
Scott Main
a7b1b8c78c
docs: update SDK and AVD Manager strings; update android tool doc
...
and update another AVD manager screenshot
and finally change "component" to "package" for SDK manager docs
Change-Id: Iae7de7c0264d0cdff4fba0920e50e4637bcf90e0
2012-03-26 16:07:49 -07:00
Scott Main
8edad6f16f
docs: Fix a bunch of misc doc issues from external tracker
...
Change-Id: I03cae5bdb7b806e81cc6c983a014de212cb80c73
2012-03-09 12:30:40 -08:00
Dirk Dougherty
4d7bc65538
Doc change: String changes for Android Market
...
Change-Id: I823812a4fd24021bec906ad856479c92a8d2a759
2012-03-05 22:02:35 -08:00
Scott Main
4143781cde
docs: add docs for market OBB
...
includes splitting the Licensing dev guide into multiple pages;
Turned original licensing doc into a redirect to the new
files that are under guide/market/licensing/;
Fix all links pointing to app licensing
Change-Id: Ic49493f0e560db225dd7a382ffabc904a2fa1228
2012-03-02 16:29:33 -08:00
Robert Ly
02c9388702
docs: fix bug 5878445
...
Change-Id: I603a3b8d92d855baa8f3557bddecb662af2cc1d7
2012-02-22 18:41:03 -08:00
Scott Main
52bfc24368
docs: fix misc doc bugs from external issue tracker
...
Change-Id: If6ff3476670e42b321d56d4a1482ccff96d4d500
2012-02-09 12:45:16 -08:00
Scott Main
cf9fe43ce9
docs: switch from caps to initial-case for device button names
...
Change-Id: I2affdf7400fd814e43633806cebebee4c6075b0b
2012-02-06 14:09:00 -08:00
Scott Main
d4eb682b5f
docs: further clarify the behavior of targetSdkVersion
...
bug: 5854083
Change-Id: I913a245b754604165b4570447f797f7cc66af5f9
2012-01-11 17:23:06 -08:00
Scott Main
cd1b08e1e2
docs: fix broken links in .jd docs
...
Change-Id: Ide8bb1a11a704d6821b52a0128b24a76de2e707f
2012-01-03 15:12:51 -08:00
Scott Main
084369fb5e
docs: add uiOptions attribute to manifest docs
...
Change-Id: Ibe2960b6a4ee4e2d4a47e4acc7c197d68702d1e6
2011-10-24 11:38:29 -07:00
Scott Main
8da119148f
cherrypick from hc-mr2 Change-Id: I76de309e70026720d30772ff5b428f7aefc8de4c
...
docs: add docs about "screenSize" configuration changes
Change-Id: I74ca6126d1f61f30014c17c8bd2316c6d05c8aeb
2011-10-12 20:52:18 -07:00
Scott Main
c351ab4734
cherrypick from hc-mr2 Change-Id: Ia38b7c364a3a655faa5cc5d13e19c2dbbb12eee5
...
docs: add docs for new hardware feature constants
Change-Id: I1b5b7b37a85856d28db8ecf08b070f24312ccca2
2011-10-11 12:03:10 -07:00
Dmitry Dolinsky
ba79f69f01
List path-permission element under provider
...
Also, minor formating fix
Change-Id: Idc9bf4f43e74b85d137564428aebd9f1ce42a1ab
2011-09-13 15:08:06 -07:00
Scott Main
e3373ff620
cherrypick Change-Id: Ic3cbbc99d698337f337dfe3b6746b1780c1d067d
...
docs: fix docs for faketouch (must set touchscreen required=false)
issue 5121972
Change-Id: Ieeeedd9e6929cf94cb6713d0690239d214531f57
2011-08-05 12:36:47 -07:00
Scott Main
541d1b9883
cherrypick Change-Id: Ibbbb2a9ba9c4d6c72c8781027850726ba7c548e0
...
docs: add new orientation types.
issue 5050865
Change-Id: Idcc557734dbaa4e5631fb7459905cd4bd69a2581
2011-07-27 13:37:01 -07:00
Scott Main
759c893225
Change-Id: I2134948e83bdca3f85c501b5d4f65c1c630f1b85
...
docs: revise the supporting screens doc for more clarification
2011-07-27 11:59:17 -07:00
Scott Main
db909162b2
cherrypick Change-Id: Ib5e8ae7f420e9084e408089d9f5a6574ad95f299
...
docs: update Support Mult Screens for MR2 features
Change-Id: Ibab5e60c05c71d58f11daa6f48894011b3e31509
2011-07-27 11:35:17 -07:00
Gilles Debunne
c40c65a732
Minor dash typos in documentation
...
Change-Id: Ie0cbe870d4595dc566720a99f7604cb8365d8ffd
2011-07-21 15:25:41 -07:00
Scott Main
9a05cfe542
docs: update docs for new screen support attributes and qualifiers
...
Change-Id: I8fdfd90e5d7970bdbb72e0b3271f047f5ed300ee
2011-06-23 11:35:07 -07:00
Scott Main
9fc3579cab
docs: add info about manifest attributes that should not change
...
Change-Id: Ia58d855ccaa3348bc0a2f7a4b7847ec115c442e8
2011-06-22 15:57:37 -07:00
Joe Fernandez
f6d8de6ff7
docs: Cherrypicking change from honeycomb Change-Id: I6b62a5c608d3f17f5ff3c81773dc3055d0428d74
...
Change-Id: I85e6b923857d538df8e1e040030aa988279de9eb
2011-05-17 15:13:46 -07:00
Scott Main
c0bf19ac3c
docs: update uses-feature doc with USB features, add TOC at the top and revise some other stuff
...
Change-Id: Ic721ff03aeea04f4a37d4256eea7f6d2b6dcd256
2011-05-06 16:38:02 -07:00
Scott Main
ae7067f58d
docs: update optimization guide with more info
...
most importantly, information about using <compatible-screens>
also add sample code to <compatible-screens> doc
Change-Id: I62f6ceee4e358a18f5e513cf54c9c96f27470ae9
2011-03-14 16:07:26 -07:00