blob: 6ef75a52f76627f6a28e3405b93ec4fffdeb4c9b (
plain)
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
|
<ul id="nav">
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/overview.html"
es-lang="Información general del programa"
ja-lang="プログラム概要"
ko-lang="프로그램 개요"
pt-br-lang="Visão geral do programa"
ru-lang="Обзор программы"
zh-cn-lang="计划概览"
zh-tw-lang="程式總覽">Program Overview
</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/download.html">
Downloads</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/setup-sdk.html">
Set up the SDK</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="<?cs var:toroot ?>preview/testing/guide.html">
Testing Guide</a></div>
<ul>
<li><a href="<?cs var:toroot ?>preview/testing/performance.html">
Performance Testing</a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header"><a href="<?cs var:toroot ?>preview/api-overview.html"
es-lang="Información general de la API"
ja-lang="API の概要"
ko-lang="API 개요"
pt-br-lang="Visão geral da API"
ru-lang="Обзор API-интерфейсов"
zh-cn-lang="API 概览"
zh-tw-lang="API 總覽">API Overview
</a></div>
<ul>
<li><a href="<?cs var:toroot ?>preview/features/runtime-permissions.html"
es-lang="Permisos"
ja-lang="パーミッション"
ko-lang="권한"
pt-br-lang="Permissões"
ru-lang="Разрешения"
zh-cn-lang="权限"
zh-tw-lang="權限">Permissions
</a></li>
<li><a href="<?cs var:toroot ?>preview/features/app-linking.html">
App Links</a></li>
<li><a href="<?cs var:toroot ?>preview/backup/index.html">
Auto Backup for Apps</a></li>
</ul>
</li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/behavior-changes.html"
es-lang="Cambios en los comportamientos"
ja-lang="動作の変更点"
ko-lang="동작 변경"
pt-br-lang="Mudanças de comportamento"
ru-lang="Изменения в работе"
zh-cn-lang="行为变更"
zh-tw-lang="行為變更">Behavior Changes
</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/samples.html">
Samples</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/support.html">
Support</a></div>
</li>
<li class="nav-section">
<div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/license.html">
License Agreement</a></div>
</li>
</ul>
|