-
Notifications
You must be signed in to change notification settings - Fork 0
/
legal.html
622 lines (444 loc) · 20.9 KB
/
legal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<title>Legal Notice | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<link href="./assets/css/default.css" rel="stylesheet" type="text/css">
<!-- JAVASCRIPT -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="./assets/js/android_3p-bundle.js" type="text/javascript"></script>
<script type="text/javascript">
var toRoot = "./";
var devsite = false;
</script>
<script src="./assets/js/docs.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5831155-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="gc-documentation
" itemscope itemtype="http://schema.org/Article">
<a name="top"></a>
<!-- Header -->
<div id="header">
<div class="wrap" id="header-wrap">
<div class="col-3 logo">
<a href="./index.html">
<img src="./assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
</a>
<div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a>
<a href="#" class="arrow-active">Quicknav</a>
</div>
</div>
<ul class="nav-x col-9">
<li class="design">
<a href="./design/index.html"
zh-tw-lang="設計"
zh-cn-lang="设计"
ru-lang="Проектирование"
ko-lang="디자인"
ja-lang="設計"
es-lang="Diseñar"
>Design</a></li>
<li class="develop"><a href="./develop/index.html"
zh-tw-lang="開發"
zh-cn-lang="开发"
ru-lang="Разработка"
ko-lang="개발"
ja-lang="開発"
es-lang="Desarrollar"
>Develop</a></li>
<li class="distribute last"><a href="./distribute/index.html"
zh-tw-lang="發佈"
zh-cn-lang="分发"
ru-lang="Распространение"
ko-lang="배포"
ja-lang="配布"
es-lang="Distribuir"
>Distribute</a></li>
</ul>
<!-- New Search -->
<div class="menu-container">
<div class="moremenu">
<div id="more-btn"></div>
</div>
<div class="morehover" id="moremenu">
<div class="top"></div>
<div class="mid">
<div class="header"
zh-tw-lang="鏈接"
zh-cn-lang="链接"
>Links</div>
<ul>
<li><a href="https://play.google.com/apps/publish/"
zh-tw-lang="谷歌市場開發者控制臺"
zh-cn-lang="谷歌市场开发者控制台"
>Google Play Developer Console</a></li>
<li><a href="http://android-developers.blogspot.com/"
zh-tw-lang="安卓開發者博客"
zh-cn-lang="安卓开发者博客"
>Android Developers Blog</a></li>
<li><a href="./about/index.html"
zh-tw-lang="關於安卓"
zh-cn-lang="关于安卓"
>About Android</a></li>
</ul>
<div class="header"
zh-tw-lang="安卓網站"
zh-cn-lang="安卓网站"
>Android Sites</div>
<ul>
<li><a href="http://www.android.com"
zh-tw-lang="官網"
zh-cn-lang="官网"
>Android.com</a></li>
<li class="active"><a
zh-tw-lang="安卓開發者"
zh-cn-lang="安卓开发者"
>Android Developers</a></li>
<li><a href="http://source.android.com"
zh-tw-lang="安卓開源項目"
zh-cn-lang="安卓开源项目"
>Android Open Source Project</a></li>
</ul>
<div class="header"
zh-tw-lang="語言"
zh-cn-lang="语言"
>Language</div>
<div id="language" class="locales">
<select name="language" onChange="changeLangPref(this.value, true)">
<option value="en">English</option>
<option value="es">Español</option>
<option value="ja">日本語</option>
<option value="ko">한국어</option>
<option value="ru">Русский</option>
<option value="zh-cn">中文 (中国)</option>
<option value="zh-tw">中文 (台灣)</option>
</select>
</div>
<script type="text/javascript">
<!--
loadLangPref();
//-->
</script>
<br class="clearfix" />
</div>
<div class="bottom"></div>
</div>
<div class="search" id="search-container">
<div class="search-inner">
<div id="search-btn"></div>
<div class="left"></div>
<form onsubmit="return submit_search()">
<input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, './')"
onkeyup="return search_changed(event, false, './')" />
</form>
<div class="right"></div>
<a class="close hide">close</a>
<div class="left"></div>
<div class="right"></div>
</div>
</div>
<div class="search_filtered_wrapper reference">
<div class="suggest-card reference no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
<div class="search_filtered_wrapper docs">
<div class="suggest-card dummy no-display"> </div>
<div class="suggest-card develop no-display">
<ul class="search_filtered">
</ul>
<div class="child-card guides no-display">
</div>
<div class="child-card training no-display">
</div>
</div>
<div class="suggest-card design no-display">
<ul class="search_filtered">
</ul>
</div>
<div class="suggest-card distribute no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
</div>
<!-- /New Search>
<!-- Expanded quicknav -->
<div id="quicknav" class="col-9">
<ul>
<li class="design">
<ul>
<li><a href="./design/index.html"
zh-tw-lang="開始"
zh-cn-lang="开始"
>Get Started</a></li>
<li><a href="./design/style/index.html"
zh-tw-lang="風格"
zh-cn-lang="风格"
>Style</a></li>
<li><a href="./design/patterns/index.html"
zh-tw-lang="模式"
zh-cn-lang="模式"
>Patterns</a></li>
<li><a href="./design/building-blocks/index.html"
zh-tw-lang="控件"
zh-cn-lang="控件"
>Building Blocks</a></li>
<li><a href="./design/downloads/index.html"
zh-tw-lang="下載"
zh-cn-lang="下载"
>Downloads</a></li>
<li><a href="./design/videos/index.html"
zh-tw-lang="視頻"
zh-cn-lang="视频"
>Videos</a></li>
</ul>
</li>
<li class="develop">
<ul>
<li><a href="./training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="./guide/components/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="./reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="./tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
<ul><li><a href="./sdk/index.html"
zh-tw-lang="獲取SDK"
zh-cn-lang="获取SDK"
>Get the SDK</a></li></ul>
</li>
<li><a href="./google/index.html"
zh-tw-lang="谷歌服務"
zh-cn-lang="谷歌服务"
>Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="./distribute/index.html"
zh-tw-lang="谷歌市場"
zh-cn-lang="谷歌市场"
>Google Play</a></li>
<li><a href="./distribute/googleplay/publish/index.html"
zh-tw-lang="上線"
zh-cn-lang="上线"
>Publishing</a></li>
<li><a href="./dsistribute/googleplay/promote/index.html"
zh-tw-lang="推廣"
zh-cn-lang="推广"
>Promoting</a></li>
<li><a href="./distribute/googleplay/quality/index.html"
zh-tw-lang="品質"
zh-cn-lang="品质"
>App Quality</a></li>
<li><a href="./distribute/googleplay/spotlight/index.html"
zh-tw-lang="展示"
zh-cn-lang="展示"
>Spotlight</a></li>
<li><a href="./distribute/open.html"
zh-tw-lang="發佈"
zh-cn-lang="分发"
>Open Distribution</a></li>
</ul>
</li>
</ul>
</div>
<!-- /Expanded quicknav -->
</div>
</div>
<!-- /Header -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
<div id="body-content">
<div class="fullpage" >
<div id="jd-content">
<div class="jd-descr" itemprop="articleBody">
<div class="wrap" style="width:940px;">
<h1>Legal Notice</h1>
<p>Android is an open platform that's freely available to you as an app developer. You can
immediately download the Android SDK, develop apps, and distribute them to the world without any
registration or fees.</p>
<p>Android is developed by Google Inc. and the <a
href="http://www.openhandsetalliance.com/">Open Handset Alliance</a>. We've made it available to you
as a development platform pursuant to our commitment to openness, freedom, and innovation in
mobile.</p>
<p>To start developing apps for Android, <a
href="./sdk/index.html">download the free Android SDK</a>.</p>
<h2 id="Brands">Android Brands</h2>
<p>The "Android" name, the <img src="images/android-logo.png" alt="Android"
style="margin:0;padding:0 2px;vertical-align:baseline" /> logo, and
<a href="http://www.google.com/permissions/">other trademarks</a> are property of Google Inc.
You may not use the logo or the logo's custom typeface.</p>
<p>You may use the word "Android" in a product name only as a descriptor, such as "for Android"
and the first instance should be followed by a TM symbol, "for Android™." In other
messaging, the word "Android" may be used in text as a descriptor, as long as it is followed by a
proper generic term (for example, "Android™ application"). Any use of the Android name
must include footer attribution in your communications: "Android is a trademark of Google Inc."</p>
<p>The Android Robot logo <img src="images/robot-tiny.png" alt=""
style="margin:0;padding:0;vertical-align:baseline" /> can be used, reproduced, and modified freely
in marketing communications. Our standard color value for print is PMS 376C. Our online hex color is
#A4C639. The Android Robot logo is licensed under the terms of the <a
href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution</a> license and any
use of it must be attributed as such.</p>
<p>For more information about Android brands, see the <a
href="./distribute/googleplay/promote/brand.html">Brand Guidelines</a>.</p>
<p>All other trademarks are the property of their respective owners.</p>
<h2 id="WebSite">Web Site Content</h2>
<p>We are pleased to license the Android documentation and sample code on this web site under terms
that encourage you to take, modify, reuse, re-purpose, and remix the content as you see fit. The
documentation content on this web site is made available to you as part of the <a
href="http://source.android.com">Android Open Source Project</a>. This documentation, including any
code shown in it, is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
2.0 license</a>. All other content on this site, except the license documents themselves and as
otherwise noted, is licensed under the <a
href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5</a> license.
</p>
<p>For more information about licenses provided for the content of this web site and the
restrictions for re-use, read the complete <a href="license.html">Content License</a>.</p>
<p>Your use of this site is subject to <a href="http://www.google.com/policies/">Google's Privacy
Policy & Terms of Service</a>.</p>
<h2 id="Other">Other Android Services</h2>
<p>Google provides other optional services for your Android apps that have their own legal terms and
restrictions. Such services include:</p>
<dl>
<dt>Eclipse Android Developer Tools Plugin</dt>
<dd>If you're developing apps with the Eclipse IDE, we offer a free plugin called the
<a href="./tools/sdk/eclipse-adt.html">Android Developer Tools</a> (ADT) to speed up your
development and debugging. Certain code within the ADT plugin and other packages available
from the SDK Manager require that you agree to terms and conditions for use, reproduction and
distribution upon installation.</dd>
<dt>Google Play</dt>
<dd>Google Play is a publicly available service through which you can distribute your apps for
Android-powered devices. Google Play not only makes your app available to millions of devices, but
also offers your app powerful services such as in-app billing and license verification. In order to
distribute your apps on Google Play and use the associated services, you must agree to the Developer
Distribution Agreement and acquire a valid Developer Account.
<p><a
href="http://www.android.com/us/developer-distribution-agreement.html">Developer Distribution
Agreement</a>, <a
href="http://www.android.com/us/developer-content-policy.html#showlanguages">Developer Program
Policies</a></p></dd>
<dt>Google Maps API</dt>
<dd>The Android Maps APIs are a collection of services (including, but not limited to, the
MapView and MapActivity classes) that allow you to include
maps, geocoding, geolocation, and other content from Google and its content providers in your
Android
apps. If you want to develop an Android app that displays Google Maps data, you must agree
to the terms of service, register, and get an API Key. Registration is free.
<p><a
href="https://developers.google.com/maps/documentation/android/maps-api-signup"
>Google Maps Android API Key Signup</a>, <a href="http://m.google.com/legalnotices">Mobile Legal
Notices</a></p>
</dd>
<dt>Android Cloud to Device Messaging</dt>
<dd>Android Cloud to Device Messaging (C2DM) is a service that helps you send data from
your servers to your users' Android devices. The service provides a simple, lightweight
mechanism that your servers can use to tell your Android app to contact your server directly to
fetch updated app or user data. Before you can sign up for Android Cloud to Device Messaging, you
must agree to the terms of a legal agreement between you and Google. Registration is free.
<p><a href="https://developers.google.com/android/c2dm/terms">Android Cloud to Device
Messaging Terms of Service</a></p>
</dd>
<dt>Android Backup Service</dt>
<dd>Android Backup Service is integrated with Android's data backup framework to perform data
backup and restore for most devices running Android 2.2 or greater, using Google servers and a
backup transport on the device. Before you can sign up for Android Backup Service, you
must agree to the terms of a legal agreement between you and Google. Registration is free.
<p><a href="https://developers.google.com/android/backup/terms">Android Backup Service
Terms of Service</a></p>
</dd>
</dl>
<p>Any and all other services available for Android but not documented on <a
href="http://developer.android.com">developer.android.com</a> are subject to their own terms, as
documented on their respective web sites. </p>
</div>
</div>
<div class="content-footer wrap"
itemscope itemtype="http://schema.org/SiteNavigationElement">
<div class="layout-content-col col-16" style="padding-top:4px">
<style>#___plusone_0 {float:right !important;}</style>
<div class="g-plusone" data-size="medium"></div>
</div>
<div class="paging-links layout-content-col col-4">
</div>
</div>
</div> <!-- end jd-content -->
<div id="footer" class="wrap" style="width:940px">
<div id="copyright"
zh-tw-lang="除非另有注明,本文採用<a href='http://creativecommons.org/licenses/by/2.5/'>知識共享署名2.5</a>許可協議。更多細節和約束條件請參閱<a href='./license.html'>內容許可</a>"
zh-cn-lang="除非另有注明,本文采用<a href='http://creativecommons.org/licenses/by/2.5/'>知识共享署名2.5</a>许可协议。更多细节和约束条件请参阅<a href='./license.html'>内容许可</a>"
>
Except as noted, this content is
licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
Creative Commons Attribution 2.5</a>. For details and
restrictions, see the <a href="./license.html">Content
License</a>.
</div>
<div id="footerlinks">
<p>
<a href="./about/index.html"
zh-tw-lang="關於安卓"
zh-cn-lang="关于安卓"
>About Android</a> |
<a href="./legal.html"
zh-tw-lang="法律聲明"
zh-cn-lang="法律声明"
>Legal</a> |
<a href="./support.html"
zh-tw-lang="支持"
zh-cn-lang="支持"
>Support</a>
</p>
</div>
</div> <!-- end footer -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>