blob: bcc2d9cf2448ac6a9f1a3e3bbbdd126c812fe1e9 [file] [log] [blame]
Robert Ly3c4b4f72012-11-30 04:02:04 -08001<!DOCTYPE html>
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
Robert Lyf6f5cf42013-02-04 18:24:15 -080076
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
Robert Ly3c4b4f72012-11-30 04:02:04 -0800105<html>
106<head>
107<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
108
109<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
110<title>GoogleMap.OnMapClickListener | Android Developers</title>
111
112<!-- STYLESHEETS -->
113<link rel="stylesheet"
Robert Lyf6f5cf42013-02-04 18:24:15 -0800114href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
Robert Ly3c4b4f72012-11-30 04:02:04 -0800115<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
116
117
118
119<!-- JAVASCRIPT -->
Dirk Dougherty8a72b6e2013-02-01 15:00:09 -0800120<script src="//www.google.com/jsapi" type="text/javascript"></script>
Robert Lyf6f5cf42013-02-04 18:24:15 -0800121<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800122<script type="text/javascript">
123 var toRoot = "/";
Robert Lyf6f5cf42013-02-04 18:24:15 -0800124
125 var devsite = false;
126
Robert Ly3c4b4f72012-11-30 04:02:04 -0800127</script>
128<script src="/assets/js/docs.js" type="text/javascript"></script>
129
130<script src="/gms_navtree_data.js" type="text/javascript"></script>
131<script src="/gcm_navtree_data.js" type="text/javascript"></script>
132
Robert Lyf6f5cf42013-02-04 18:24:15 -0800133
134<script type="text/javascript">
135 var _gaq = _gaq || [];
136 _gaq.push(['_setAccount', 'UA-5831155-1']);
137 _gaq.push(['_trackPageview']);
138
139 (function() {
140 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
141 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
142 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
143 })();
144</script>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800145</head>
Robert Ly555c93b2012-12-03 12:24:07 -0800146<body class="gc-documentation google
Robert Ly3c4b4f72012-11-30 04:02:04 -0800147 develop" itemscope itemtype="http://schema.org/Article">
148 <div id="doc-api-level" class="" style="display:none"></div>
149 <a name="top"></a>
150
Robert Lyf6f5cf42013-02-04 18:24:15 -0800151
Robert Ly3c4b4f72012-11-30 04:02:04 -0800152 <!-- Header -->
153 <div id="header">
154 <div class="wrap" id="header-wrap">
155 <div class="col-3 logo">
156 <a href="/index.html">
157 <img src="/assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
158 </a>
159 <div class="btn-quicknav" id="btn-quicknav">
160 <a href="#" class="arrow-inactive">Quicknav</a>
161 <a href="#" class="arrow-active">Quicknav</a>
162 </div>
163 </div>
164 <ul class="nav-x col-9">
165 <li class="design">
166 <a href="/design/index.html"
167 zh-TW-lang="設計"
168 zh-CN-lang="设计"
169 ru-lang="Проектирование"
170 ko-lang="디자인"
171 ja-lang="設計"
172 es-lang="Diseñar"
173 >Design</a></li>
174 <li class="develop"><a href="/develop/index.html" class="selected"
175 zh-TW-lang="開發"
176 zh-CN-lang="开发"
177 ru-lang="Разработка"
178 ko-lang="개발"
179 ja-lang="開発"
180 es-lang="Desarrollar"
181 >Develop</a></li>
182 <li class="distribute last"><a href="/distribute/index.html"
183 zh-TW-lang="發佈"
184 zh-CN-lang="分发"
185 ru-lang="Распространение"
186 ko-lang="배포"
187 ja-lang="配布"
188 es-lang="Distribuir"
189 >Distribute</a></li>
190 </ul>
191
192 <!-- New Search -->
193 <div class="menu-container">
194 <div class="moremenu">
195 <div id="more-btn"></div>
196 </div>
197 <div class="morehover" id="moremenu">
198 <div class="top"></div>
199 <div class="mid">
200 <div class="header">Links</div>
201 <ul>
202 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
203 <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
204 <li><a href="/about/index.html">About Android</a></li>
205 </ul>
206 <div class="header">Android Sites</div>
207 <ul>
208 <li><a href="http://www.android.com">Android.com</a></li>
209 <li class="active"><a>Android Developers</a></li>
210 <li><a href="http://source.android.com">Android Open Source Project</a></li>
211 </ul>
Robert Lyf6f5cf42013-02-04 18:24:15 -0800212
213
214
215
216 <div class="header">Language</div>
217 <div id="language" class="locales">
218 <select name="language" onChange="changeLangPref(this.value, true)">
219 <option value="en">English</option>
220 <option value="es">Español</option>
221 <option value="ja">日本語</option>
222 <option value="ko">한국어</option>
223 <option value="ru">Русский</option>
224 <option value="zh-CN">中文 (中国)</option>
225 <option value="zh-TW">中文 (台灣)</option>
226 </select>
227 </div>
228 <script type="text/javascript">
229 <!--
230 loadLangPref();
231 //-->
232 </script>
233
234
235
236
Robert Ly3c4b4f72012-11-30 04:02:04 -0800237 <br class="clearfix" />
238 </div>
239 <div class="bottom"></div>
240 </div>
241 <div class="search" id="search-container">
242 <div class="search-inner">
243 <div id="search-btn"></div>
244 <div class="left"></div>
245 <form onsubmit="return submit_search()">
246 <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
247onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
248onkeydown="return search_changed(event, true, '/')"
249onkeyup="return search_changed(event, false, '/')" />
250 </form>
251 <div class="right"></div>
252 <a class="close hide">close</a>
253 <div class="left"></div>
254 <div class="right"></div>
255 </div>
256 </div>
257 <div id="search_filtered_wrapper">
258 <div id="search_filtered_div" class="no-display">
259 <ul id="search_filtered">
260 </ul>
261 </div>
262 </div>
263
264 </div>
265 <!-- /New Search>
266
267
268 <!-- Expanded quicknav -->
269 <div id="quicknav" class="col-9">
270 <ul>
271 <li class="design">
272 <ul>
273 <li><a href="/design/index.html">Get Started</a></li>
274 <li><a href="/design/style/index.html">Style</a></li>
275 <li><a href="/design/patterns/index.html">Patterns</a></li>
276 <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
277 <li><a href="/design/downloads/index.html">Downloads</a></li>
278 <li><a href="/design/videos/index.html">Videos</a></li>
279 </ul>
280 </li>
281 <li class="develop">
282 <ul>
283 <li><a href="/training/index.html"
284 zh-TW-lang="訓練課程"
285 zh-CN-lang="培训"
286 ru-lang="Курсы"
287 ko-lang="교육"
288 ja-lang="トレーニング"
289 es-lang="Capacitación"
290 >Training</a></li>
291 <li><a href="/guide/components/index.html"
292 zh-TW-lang="API 指南"
293 zh-CN-lang="API 指南"
294 ru-lang="Руководства по API"
295 ko-lang="API 가이드"
296 ja-lang="API ガイド"
297 es-lang="Guías de la API"
298 >API Guides</a></li>
299 <li><a href="/reference/packages.html"
300 zh-TW-lang="參考資源"
301 zh-CN-lang="参考"
302 ru-lang="Справочник"
303 ko-lang="참조문서"
304 ja-lang="リファレンス"
305 es-lang="Referencia"
306 >Reference</a></li>
307 <li><a href="/tools/index.html"
308 zh-TW-lang="相關工具"
309 zh-CN-lang="工具"
310 ru-lang="Инструменты"
311 ko-lang="도구"
312 ja-lang="ツール"
313 es-lang="Herramientas"
314 >Tools</a>
315 <ul><li><a href="/sdk/index.html">Get the SDK</a></li></ul>
316 </li>
317 <li><a href="/google/index.html">Google Services</a>
318 </li>
319 </ul>
320 </li>
321 <li class="distribute last">
322 <ul>
323 <li><a href="/distribute/index.html">Google Play</a></li>
324 <li><a href="/distribute/googleplay/publish/index.html">Publishing</a></li>
325 <li><a href="/distribute/googleplay/promote/index.html">Promoting</a></li>
326 <li><a href="/distribute/googleplay/quality/index.html">App Quality</a></li>
327 <li><a href="/distribute/googleplay/spotlight/index.html">Spotlight</a></li>
328 <li><a href="/distribute/open.html">Open Distribution</a></li>
329 </ul>
330 </li>
331 </ul>
332 </div>
333 <!-- /Expanded quicknav -->
334 </div>
335 </div>
336 <!-- /Header -->
337
338
339 <div id="searchResults" class="wrap" style="display:none;">
340 <h2 id="searchTitle">Results</h2>
341 <div id="leftSearchControl" class="search-control">Loading...</div>
342 </div>
343
344
345
346
347 <!-- Secondary x-nav -->
348 <div id="nav-x">
349 <div class="wrap">
350 <ul class="nav-x col-9 develop" style="width:100%">
351 <li><a href="/training/index.html"
352 zh-TW-lang="訓練課程"
353 zh-CN-lang="培训"
354 ru-lang="Курсы"
355 ko-lang="교육"
356 ja-lang="トレーニング"
357 es-lang="Capacitación"
358 >Training</a></li>
359 <li><a href="/guide/components/index.html"
360 zh-TW-lang="API 指南"
361 zh-CN-lang="API 指南"
362 ru-lang="Руководства по API"
363 ko-lang="API 가이드"
364 ja-lang="API ガイド"
365 es-lang="Guías de la API"
366 >API Guides</a></li>
367 <li><a href="/reference/packages.html"
368 zh-TW-lang="參考資源"
369 zh-CN-lang="参考"
370 ru-lang="Справочник"
371 ko-lang="참조문서"
372 ja-lang="リファレンス"
373 es-lang="Referencia"
374 >Reference</a></li>
375 <li><a href="/tools/index.html"
376 zh-TW-lang="相關工具"
377 zh-CN-lang="工具"
378 ru-lang="Инструменты"
379 ko-lang="도구"
380 ja-lang="ツール"
381 es-lang="Herramientas"
382 >Tools</a></li>
383 <li><a href="/google/index.html" class="selected"
384 >Google Services</a>
385 </li>
386 </ul>
387 </div>
388
389 </div>
390 <!-- /Sendondary x-nav -->
391
392
Robert Lyf6f5cf42013-02-04 18:24:15 -0800393
Robert Ly3c4b4f72012-11-30 04:02:04 -0800394
395
396 <div class="wrap clearfix" id="body-content">
397 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
398 <div id="devdoc-nav" class="scroll-pane">
399<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
400
401
402
403<ul id="nav">
404 <li class="nav-section">
405 <div class="nav-section-header empty"><a href="/google/index.html">
406 <span class="en">Overview</span>
407 </a></div>
408 </li>
409
410 <li class="nav-section">
411 <div class="nav-section-header"><a href="/google/play-services/index.html">
Robert Lyd84d5cc2013-01-04 10:13:35 -0800412 <span class="en">Google Play Services</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800413 </div>
414 <ul>
415 <li><a href="/google/play-services/setup.html">
416 <span class="en">Setup</span></a>
417 </li>
418
419 <li><a href="/google/play-services/auth.html">
Robert Lyd84d5cc2013-01-04 10:13:35 -0800420 <span class="en">Authorization</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800421 </li>
422
423 <li><a href="/google/play-services/plus.html">
424 <span class="en">Google+</span></a>
425 </li>
426
427 <li><a href="/google/play-services/maps.html">
Robert Ly672b3ad2012-11-30 16:15:46 -0800428 <span class="en">Google Maps</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800429 </li>
430
431 <li id="gms-tree-list" class="nav-section">
432 <div class="nav-section-header">
433 <a href="/reference/gms-packages.html">
434 <span class="en">Reference</span>
435 </a>
436 <div>
437 </li>
438
439 </ul>
440 </li>
441
Robert Lyd84d5cc2013-01-04 10:13:35 -0800442
Robert Ly3c4b4f72012-11-30 04:02:04 -0800443 <li class="nav-section">
444 <div class="nav-section-header"><a href="/google/play/billing/index.html">
Robert Ly672b3ad2012-11-30 16:15:46 -0800445 <span class="en">Google Play In-app Billing</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800446 </div>
447 <ul>
Robert Lyd84d5cc2013-01-04 10:13:35 -0800448 <li><a href="/google/play/billing/billing_overview.html">
449 <span class="en">Overview</span></a>
450 </li>
451 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html">
452 <span class="en">Version 3 API</span></a></div>
453 <ul>
454 <li><a href="/google/play/billing/billing_integrate.html">
455 <span class="en">Implementing the API</span></a></li>
456 <li><a href="/google/play/billing/billing_reference.html">
457 <span class="en">Reference</span></a></li>
458 </ul>
459 </li>
460 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
461 <span class="en">Version 2 API</span></a></div>
462 <ul>
463 <li><a href="/google/play/billing/v2/billing_integrate.html">
464 <span class="en">Implementing the API</span></a></li>
465 <li><a href="/google/play/billing/v2/billing_subscriptions.html">
466 <span class="en">Subscriptions</span></a></li>
467 <li><a href="/google/play/billing/v2/billing_reference.html">
468 <span class="en">Reference</span></a></li>
469 </ul>
470 </li>
471 <li><a href="/google/play/billing/billing_best_practices.html">
Robert Ly3c4b4f72012-11-30 04:02:04 -0800472 <span class="en">Security and Design</span></a>
Robert Lyd84d5cc2013-01-04 10:13:35 -0800473 </li>
474 <li><a href="/google/play/billing/billing_testing.html">
Robert Ly555c93b2012-12-03 12:24:07 -0800475 <span class="en">Testing In-app Billing</span></a>
Robert Lyd84d5cc2013-01-04 10:13:35 -0800476 </li>
477 <li><a href="/google/play/billing/billing_admin.html">
Robert Ly3c4b4f72012-11-30 04:02:04 -0800478 <span class="en">Administering In-app Billing</span></a>
Robert Lyd84d5cc2013-01-04 10:13:35 -0800479 </li>
480 <li><a href="/google/play/billing/versions.html">
481 <span class="en">Version Notes</span></a>
482 </li>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800483 </ul>
484 </li>
485
486 <li class="nav-section">
487 <div class="nav-section-header"><a href="/google/play/dist.html">
Robert Ly672b3ad2012-11-30 16:15:46 -0800488 <span class="en">Google Play Distribution</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800489 </div>
490 <ul>
491 <li><a href="/google/play/filters.html">
492 <span class="en">Filters on Google Play</span></a>
493 </li>
494
495 <li><a href="/google/play/publishing/multiple-apks.html">
496 <span class="en">Multiple APK Support</span></a>
497 </li>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800498 <li><a href="/google/play/expansion-files.html">
499 <span class="en">APK Expansion Files</span></a>
500 </li>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800501 <li class="nav-section">
502 <div class="nav-section-header"><a href="/google/play/licensing/index.html">
503 <span class="en">Application Licensing</span></a>
504 </div>
505 <ul>
506 <li><a href="/google/play/licensing/overview.html">
507 <span class="en">Licensing Overview</span></a>
508 </li>
509 <li><a href="/google/play/licensing/setting-up.html">
510 <span class="en">Setting Up for Licensing</span></a>
511 </li>
512 <li><a href="/google/play/licensing/adding-licensing.html">
513 <span class="en">Adding Licensing to Your App</span></a>
514 </li>
515 <li><a href="/google/play/licensing/licensing-reference.html">
516 <span class="en">Licensing Reference</span></a>
517 </li>
518 </ul>
519 </li>
520 </ul>
Robert Lyd84d5cc2013-01-04 10:13:35 -0800521 </li>
522
523 <li class="nav-section">
524 <div class="nav-section-header"><a href="/google/gcm/index.html">
525 <span class="en">Google Cloud Messaging</span></a>
526 </div>
527 <ul>
528 <li><a href="/google/gcm/gs.html">
529 <span class="en">Getting Started</span></a>
530 </li>
531 <li><a href="/google/gcm/gcm.html">
532 <span class="en">Architectural Overview</span></a>
533 </li>
534 <li><a href="/google/gcm/demo.html">
535 <span class="en">Demo App Tutorial</span></a>
536 </li>
537 <li><a href="/google/gcm/adv.html">
538 <span class="en">Advanced Topics</span></a>
539 </li>
540 <li><a href="/google/gcm/c2dm.html">
541 <span class="en">Migration</span></a>
542 </li>
543 <li id="gcm-tree-list" class="nav-section">
544 <div class="nav-section-header">
545 <a href="/reference/gcm-packages.html">
546 <span class="en">Reference</span>
547 </a>
548 <div>
549 </li>
550 </ul>
551 </li>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800552
553
Robert Lyd84d5cc2013-01-04 10:13:35 -0800554 <li class="nav-section">
555 <div class="nav-section-header"><a href="/google/backup/index.html">
556 Android Backup Service</a>
557 </div>
558 <ul>
559 <li><a href="/google/backup/signup.html">
560 Register</a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800561 </li>
Robert Lyd84d5cc2013-01-04 10:13:35 -0800562 </ul>
563 </li>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800564
Robert Ly3c4b4f72012-11-30 04:02:04 -0800565</ul>
566
567<script type="text/javascript">
568<!--
569 buildToggleLists();
570 changeNavLang(getLangPref());
571//-->
572</script>
573
574
575
576
577 </div>
578 <script type="text/javascript">
579 showGoogleRefTree();
580
581 </script>
Robert Lyf6f5cf42013-02-04 18:24:15 -0800582
Robert Ly3c4b4f72012-11-30 04:02:04 -0800583 </div> <!-- end side-nav -->
584 <script>
585 $(document).ready(function() {
586 scrollIntoView("devdoc-nav");
587 });
588 </script>
589
590
591
Robert Ly3c4b4f72012-11-30 04:02:04 -0800592
593
594
595<div class="col-12" id="doc-col">
596
597<div id="api-info-block">
598
599
600
601
602<div class="sum-details-links">
603
604</div><!-- end sum-details-links -->
605<div class="api-level">
606
607
608
609
610</div>
611</div><!-- end api-info-block -->
612
613
614<!-- ======== START OF CLASS DATA ======== -->
615
616<div id="jd-header">
617 public
618 static
619
620
621 interface
622<h1 itemprop="name">GoogleMap.OnMapClickListener</h1>
623
624
625
626
627
628
629
630
631</div><!-- end header -->
632
633<div id="naMessage"></div>
634
635<div id="jd-content" class="api apilevel-">
636<table class="jd-inheritance-table">
637
638
639 <tr>
640
641 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.GoogleMap.OnMapClickListener</td>
642 </tr>
643
644
645</table>
646
647
648
649
650
651
652
653<div class="jd-descr">
654
655
656<h2>Class Overview</h2>
657<p itemprop="articleBody">Callback interface for when the user taps on the map.
658 <p>
659 Listeners will be invoked on the main thread.
660</p>
661
662
663
664
665
666</div><!-- jd-descr -->
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683<div class="jd-descr">
684
685
686<h2>Summary</h2>
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714<!-- ========== METHOD SUMMARY =========== -->
715<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
716
717
718
719
720 <tr class="alt-color api apilevel-" >
721 <td class="jd-typecol"><nobr>
722 abstract
723
724
725
726
727 void</nobr>
728 </td>
729 <td class="jd-linkcol" width="100%"><nobr>
730 <span class="sympad"><a href="/reference/com/google/android/gms/maps/GoogleMap.OnMapClickListener.html#onMapClick(com.google.android.gms.maps.model.LatLng)">onMapClick</a></span>(<a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a> point)</nobr>
731
732 <div class="jd-descrdiv">Called when the user makes a tap gesture on the map, but only if none of the overlays of
733 the map handled the gesture.</div>
734
735 </td></tr>
736
737
738
739</table>
740
741
742
743
744
745
746
747</div><!-- jd-descr (summary) -->
748
749<!-- Details -->
750
751
752
753
754
755
756
757
758<!-- XML Attributes -->
759
760
761<!-- Enum Values -->
762
763
764<!-- Constants -->
765
766
767<!-- Fields -->
768
769
770<!-- Public ctors -->
771
772
773
774<!-- ========= CONSTRUCTOR DETAIL ======== -->
775<!-- Protected ctors -->
776
777
778
779<!-- ========= METHOD DETAIL ======== -->
780<!-- Public methdos -->
781
782<h2>Public Methods</h2>
783
784
785
786<A NAME="onMapClick(com.google.android.gms.maps.model.LatLng)"></A>
787
788<div class="jd-details api apilevel-">
789 <h4 class="jd-details-title">
790 <span class="normal">
791 public
792
793
794 abstract
795
796 void
797 </span>
798 <span class="sympad">onMapClick</span>
799 <span class="normal">(<a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a> point)</span>
800 </h4>
801 <div class="api-level">
802 <div></div>
803
804
805
806 </div>
807 <div class="jd-details-descr">
808
809 <div class="jd-tagdata jd-tagdescr"><p>Called when the user makes a tap gesture on the map, but only if none of the overlays of
810 the map handled the gesture. Implementations of this method are always invoked on the
811 main thread.</p></div>
812 <div class="jd-tagdata">
813 <h5 class="jd-tagtitle">Parameters</h5>
814 <table class="jd-tagtable">
815 <tr>
816 <th>point</td>
817 <td>The point on the ground (projected from the screen point) that was tapped.
818</td>
819 </tr>
820 </table>
821 </div>
822
823 </div>
824</div>
825
826
827
828
829
830<!-- ========= METHOD DETAIL ======== -->
831
832
833
834<!-- ========= END OF CLASS DATA ========= -->
835<A NAME="navbar_top"></A>
836
Robert Lyf6f5cf42013-02-04 18:24:15 -0800837
Robert Ly3c4b4f72012-11-30 04:02:04 -0800838<div id="footer" class="wrap" >
839
840
841 <div id="copyright">
842
843 Except as noted, this content is licensed under <a
844 href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
845 For details and restrictions, see the <a href="/license.html">
846 Content License</a>.
847 </div>
Robert Lyf6f5cf42013-02-04 18:24:15 -0800848 <div id="build_info">
849
850<script src="/timestamp.js" type="text/javascript"></script>
851<script>document.write(BUILD_TIMESTAMP)</script>
852
853 </div>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800854
855
856 <div id="footerlinks">
857
858 <p>
859 <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
860 <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
861 <a href="/support.html">Support</a>
862 </p>
863 </div>
864
865</div> <!-- end footer -->
Robert Lyf6f5cf42013-02-04 18:24:15 -0800866
Robert Ly3c4b4f72012-11-30 04:02:04 -0800867</div> <!-- jd-content -->
868
869</div><!-- end doc-content -->
870
871</div> <!-- end body-content -->
872
873
874
875
Robert Ly3c4b4f72012-11-30 04:02:04 -0800876
877
878</body>
879</html>