blob: 905d191b65d4d37c287fc87f08b18f566b0afeb5 [file] [log] [blame]
Dirk Doughertya74a6e52016-04-29 19:36:20 -07001/*
2 * THIS FILE IS DEPRECATED.
3 *
4 * Please add and edit resource collections in jd_extras_<lang>.js
5 * where lang matches the language code appropriate for the resource.
6 * Last sync'd with jd_extras_<lang>.js on 29 Apr 2016.
7 *
8 */
Dirk Dougherty3506ac82014-02-21 11:15:52 -08009var RESOURCE_COLLECTIONS = {
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070010 "index/carousel": {
11 "title": "",
12 "resources": [
13 "about/versions/lollipop.html"
14 ]
15 },
Robert Ly1568c192014-06-15 18:14:06 -070016 "index/primary": {
17 "title": "",
18 "resources": [
Robert Lya460cc42014-06-25 10:54:40 -070019 "training/building-wearables.html",
smain@google.com271078f52014-10-09 17:00:20 -070020 "training/material/index.html",
smain@google.com89d11702016-05-14 19:20:00 -070021 "studio/index.html"
Robert Ly1568c192014-06-15 18:14:06 -070022 ]
23 },
Dirk Dougherty19332342015-06-12 19:41:35 -070024 "index/secondary/carousel": {
25 "title": "",
26 "resources": [
Dirk Dougherty8713a032016-02-21 16:57:49 -080027 "http://www.youtube.com/watch?v=9m6MoBM-sFI",
Dirk Dougherty43eb9512016-03-03 14:53:16 -080028 "http://www.youtube.com/watch?v=Pms0pcyPbAM",
Dirk Dougherty8713a032016-02-21 16:57:49 -080029 "http://www.youtube.com/watch?v=e7t3svG9PTk",
30 "http://www.youtube.com/watch?v=J3IvOfvH1ys"
Dirk Dougherty19332342015-06-12 19:41:35 -070031 ]
32 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070033 "index/multiscreen": {
34 "title": "",
35 "resources": [
36 "wear/index.html",
37 "tv/index.html",
38 "auto/index.html"
39 ]
40 },
Dirk Doughertya79acc02014-11-14 19:19:18 -080041 "index/primary/zhcn": {
42 "title": "",
43 "resources": [
44 "intl/zh-cn/resources.html",
45 "intl/zh-cn/distribute/tools/launch-checklist.html",
46 "intl/zh-cn/distribute/tools/localization-checklist.html"
47 ]
48 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070049 "design/landing/latest": {
50 "title": "",
51 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -080052 "https://www.youtube.com/watch?v=p4gmvHyuZzw",
53 "https://www.youtube.com/watch?v=YaG_ljfzeUw",
54 "https://www.youtube.com/watch?v=XOcCOBe8PTc"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070055 ]
56 },
57 "design/landing/materialdesign": {
58 "title": "",
59 "resources": [
60 "https://www.google.com/design/spec/animation/",
61 "https://www.google.com/design/spec/style/",
62 "https://www.google.com/design/spec/layout/",
63 "https://www.google.com/design/spec/components/",
64 "https://www.google.com/design/spec/patterns/",
65 "https://www.google.com/design/spec/usability/"
66 ]
67 },
68 "design/landing/pureandroid": {
69 "title": "",
70 "resources": [
71 "design/get-started/creative-vision.html",
72 "design/material/index.html",
73 "training/material/index.html",
74 "design/patterns/pure-android.html",
75 "design/patterns/new.html",
76 "design/devices.html"
77 ]
78 },
79 "design/landing/resources": {
80 "title": "",
81 "resources": [
82 "https://www.google.com/design/spec/resources/color-palettes.html",
83 "https://www.google.com/design/spec/resources/layout-templates.html",
84 "https://www.google.com/design/spec/resources/sticker-sheets-icons.html",
85 "https://www.google.com/design/spec/resources/roboto-noto-fonts.html",
Dirk Dougherty674b1fc2015-05-07 20:39:50 -070086 "https://www.google.com/design/icons/index.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070087 "design/downloads/index.html#Wear"
88 ]
89 },
90 "develop/landing/mainlinks": {
91 "title": "",
92 "resources": [
93 "tools/studio/index.html",
94 "samples/new/index.html",
95 "tools/projects/templates.html"
96 ]
97 },
98 "develop/landing/latest": {
99 "title": "",
100 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800101 "https://android-developers.blogspot.com/2015/04/new-android-code-samples.html",
102 "https://android-developers.blogspot.com/2015/04/android-support-library-221.html",
103 "https://android-developers.blogspot.com/2015/03/a-new-reference-app-for-multi-device.html"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700104 ]
105 },
Quddus Chong921e2042015-11-09 16:07:24 -0800106 "develop/landing/devpatterns": {
107 "title": "",
108 "resources": [
109 "https://www.youtube.com/watch?v=kmUGLURRPkI",
110 "https://www.youtube.com/watch?v=HGElAW224dE",
111 "https://www.youtube.com/watch?v=zQekzaAgIlQ"
112 ]
113 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700114 "develop/landing/performance": {
115 "title": "",
116 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800117 "https://www.youtube.com/watch?v=fEEulSk1kNY",
118 "https://www.youtube.com/watch?v=-3ry8PxcJJA",
119 "https://www.youtube.com/watch?v=_kKTGK-Cb_4"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700120 ]
121 },
122 "develop/landing/buildwithgoogle": {
123 "title": "",
124 "resources": [
125 ]
126 },
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700127 "develop/landing/ubicomp": {
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700128 "title": "",
129 "resources": [
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700130 "https://www.youtube.com/watch?v=AK38PJZmIW8&list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef",
131 "https://www.youtube.com/watch?v=6K_jxccHv5M&index=1&list=PLOU2XLYxmsILFBfx66ens76VMLMEPJAB0",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700132 "https://www.youtube.com/watch?v=ctiaVxgclsg&list=PLWz5rJ2EKKc9BdE_PSLNIGjXXr3h_orXM"
Dirk Dougherty674b1fc2015-05-07 20:39:50 -0700133 ]
134 },
135 "develop/landing/tools": {
136 "title": "",
137 "resources": [
Dirk Dougherty98794c02015-05-09 12:10:56 -0700138 "https://www.youtube.com/watch?v=K2dodTXARqc&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700139 "https://www.youtube.com/watch?v=cD7NPxuuXYY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
140 "https://www.youtube.com/watch?v=JLLnhwtDoHw&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
141 "https://www.youtube.com/watch?v=2I6fuD20qlY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ",
142 "https://www.youtube.com/watch?v=5Be2mJzP-Uw&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700143 ]
144 },
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800145 "preview/landing/resources": {
146 "title": "",
147 "resources": [
148 "preview/overview.html",
149 "preview/api-overview.html",
150 "preview/behavior-changes.html",
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800151 "preview/setup-sdk.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800152 "preview/samples.html",
Dirk Dougherty43eb9512016-03-03 14:53:16 -0800153 "preview/support.html"
154 ]
155 },
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800156 "preview/landing/more": {
157 "title": "",
158 "resources": [
Andrew Solovay4158fc12016-03-10 17:45:23 -0800159 "https://www.youtube.com/watch?v=CsulIu3UaUM",
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800160 "preview/features/multi-window.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800161 "preview/features/notification-updates.html",
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800162 "preview/features/background-optimization.html",
Dirk Doughertya6495a922016-03-04 15:21:59 -0800163 "preview/features/data-saver.html",
164 "preview/features/direct-boot.html",
165 "preview/features/icu4j-framework.html",
166 "preview/features/multilingual-support.html",
167 "preview/features/scoped-folder-access.html",
168 "preview/features/picture-in-picture.html",
169 "preview/features/tv-recording-api.html"
Joe Fernandez0ac253c2016-03-03 21:56:53 -0800170 ]
171 },
Joe Fernandez9ccfe252016-04-10 16:10:09 -0700172 "wear/preview/landing": {
173 "title": "",
174 "resources": [
Joe Fernandez74c05bb2016-05-11 19:51:49 -0700175 "wear/preview/api-overview.html",
176 "wear/preview/downloads.html",
177 "wear/preview/start.html"
Joe Fernandez9ccfe252016-04-10 16:10:09 -0700178 ]
179 },
180 "wear/preview/landing/resources": {
181 "title": "",
182 "resources": [
Joe Fernandez74c05bb2016-05-11 19:51:49 -0700183 "wear/preview/features/complications.html",
184 "wear/preview/features/notifications.html",
185 "wear/preview/features/ui-nav-actions.html"
Joe Fernandez9ccfe252016-04-10 16:10:09 -0700186 ]
187 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700188 "google/landing/services": {
189 "title": "",
190 "resources": [
191 "https://developers.google.com/analytics/devguides/collection/android/",
192 "https://developers.google.com/maps/documentation/android/",
Dirk Dougherty74709452015-05-15 00:51:24 -0700193 "https://developers.google.com/identity/sign-in/android/",
194 "https://developers.google.com/mobile-ads-sdk/download",
Dirk Dougherty518651c2015-05-27 20:24:37 -0700195 "https://developers.google.com/cloud-messaging/gcm",
Dirk Dougherty74709452015-05-15 00:51:24 -0700196 "https://developers.google.com/app-indexing/"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700197 ]
198 },
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700199 "google/landing/videos": {
200 "title": "",
201 "resources": [
Dirk Dougherty08710f12015-05-28 22:01:36 -0700202 "https://www.youtube.com/watch?v=M3Udfu6qidk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700203 "https://www.youtube.com/watch?v=FOn64iqlphk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
204 "https://www.youtube.com/watch?v=F0Kh_RnSM0w&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf",
205 "https://www.youtube.com/watch?v=fvtMtfCuEpw&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf"
206 ]
207 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700208 "google/landing/googleplay": {
209 "title": "",
210 "resources": [
211 "google/play/billing/index.html",
212 "google/play/billing/billing_subscriptions.html",
213 "google/play/developer-api.html"
214 ]
215 },
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700216 "develop/landing/courses": {
217 "title": "",
218 "resources": [
Dirk Dougherty3b41bb12015-09-18 16:09:21 -0700219 "https://www.udacity.com/course/ud849",
220 "https://www.udacity.com/course/ud853",
221 "https://www.udacity.com/course/ud825",
Dirk Doughertyae70b692015-05-27 16:58:46 -0700222 "https://www.udacity.com/android",
Dirk Dougherty3b41bb12015-09-18 16:09:21 -0700223 "https://www.udacity.com/course/ud855",
224 "https://www.udacity.com/course/ud875A",
225 "https://www.udacity.com/course/ud875B",
226 "https://www.udacity.com/course/ud875C",
227 "https://www.udacity.com/course/ud876--1",
228 "https://www.udacity.com/course/ud876--2",
229 "https://www.udacity.com/course/ud876--3",
230 "https://www.udacity.com/course/ud876--4",
231 "https://www.udacity.com/course/ud876--5",
232 "https://www.udacity.com/course/ud862",
233 "https://www.udacity.com/course/ud837",
234 "https://www.udacity.com/course/ud867"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700235 ]
236 },
237 "distribute/landing/carousel": {
238 "title": "",
239 "resources": [
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700240 "distribute/googleplay/guide.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800241 "https://www.youtube.com/watch?v=JrR6o5tYMWQ",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700242 "https://www.youtube.com/watch?v=B6ydLpkhq04&list=PLOU2XLYxmsIKLNUPiFCWVtcO7mZRZ9MmS",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800243 "https://www.youtube.com/watch?v=yJisuP94lHU",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700244 ]
245 },
246 "distribute/landing/googleplay": {
247 "title": "",
248 "resources": [
249 "distribute/googleplay/about.html",
250 "distribute/googleplay/developer-console.html",
251 "distribute/googleplay/index.html#opportunities"
252 ]
253 },
254 "distribute/landing/more": {
255 "title": "",
256 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800257 "distribute/users/promote-with-ads.html",
258 "distribute/monetize/ads.html",
259 "distribute/analyze/index.html",
260 "distribute/engage/deep-linking.html",
261 "distribute/engage/easy-signin.html",
262 "https://cloud.google.com/docs/"
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700263 ]
264 },
Robert Ly7298a3f2014-07-14 14:12:13 -0700265 "distribute/edu/videos/stories": {
Robert Ly1568c192014-06-15 18:14:06 -0700266 "title": "",
267 "resources": [
Robert Ly7298a3f2014-07-14 14:12:13 -0700268 "https://www.youtube.com/watch?v=Idu7VcTTXfk",
269 "https://www.youtube.com/watch?v=iokH4SAIfRw"
270 ]
271 },
272 "distribute/edu/videos/bestpractices": {
273 "title": "",
274 "resources": [
275 "https://www.youtube.com/watch?v=iulXz8QTD1g",
276 "https://www.youtube.com/watch?v=IKhU180eJMo",
277 "https://www.youtube.com/watch?v=_AZ6UcPz-_g",
278 "https://www.youtube.com/watch?v=Eh2adsAyTKc"
279 ]
280 },
281 "distribute/edu/videos/experience": {
282 "title": "",
283 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800284 "https://youtu.be/vzvpcEffvaE"
Robert Ly1568c192014-06-15 18:14:06 -0700285 ]
286 },
Dirk Dougherty74709452015-05-15 00:51:24 -0700287/* "launch/static": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800288 "title": "",
289 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800290 "https://www.youtube.com/watch?v=1RIz-cmTQB4",
291 "https://www.youtube.com/watch?v=MVBMWDzyHAI",
292 "https://android-developers.blogspot.com/2013/11/app-translation-service-now-available.html",
293 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
294 "https://android-developers.blogspot.com/2013/11/bring-your-apps-into-classroom-with.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700295 "distribute/essentials/quality/tablets.html",
296 "distribute/users/build-buzz.html",
297 "distribute/monetize/premium.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800298 "distribute/monetize/freemium.html",
299 "distribute/monetize/ads.html",
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700300 "distribute/essentials/best-practices/apps.html",
301 "distribute/essentials/best-practices/games.html",
302 "distribute/users/know-your-user.html",
303 "distribute/googleplay/developer-console.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800304 ]
Dirk Dougherty74709452015-05-15 00:51:24 -0700305 }, */
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900306 "launch/static/ja": {
307 "title": "",
308 "resources": [
309 "https://www.youtube.com/watch?v=xelYnWcYkuE",
310 "https://www.youtube.com/playlist?list=PLCOC_kP3nqGIHEgwm9mybvA04Vn4Cg9nn",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800311 "https://googledevjp.blogspot.jp/2014/12/android-wear.html",
312 "https://googledevjp.blogspot.jp/2014/12/android-studio-10.html",
313 "https://googledevjp.blogspot.jp/2014/12/google-play-65.html",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900314 "intl/ja/distribute/googleplay/developer-console.html#alpha-beta",
315 "intl/ja/distribute/googleplay/guide.html",
316 "intl/ja/distribute/essentials/quality/core.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800317 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=ja",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900318 "intl/ja/support.html",
319 "intl/ja/distribute/essentials/quality/wear.html",
320 "intl/ja/training/tv/start/index.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800321 "https://googleforwork-japan.blogspot.jp/2014/12/gcp-google-cloud-platform-rpg-gcp.html",
Ryosuke Matsuuchi3b8defa2014-12-25 20:22:32 +0900322 "intl/ja/distribute/monetize/ads.html"
323 ]
324 },
Ryosuke Matsuuchi2fb3dc22015-04-14 18:44:35 +0900325 "launch/static/ko": {
326 "title": "",
327 "resources": [
328 "https://www.youtube.com/watch?v=7X9Ue0Nfdh4&index=2&list=PL_WJkTbDHdBksDBRoqfeyLchEQqBAOlNl",
329 "https://www.youtube.com/watch?v=83FpwuschCQ",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800330 "https://googledevkr.blogspot.com/2014/11/android50guidefordevelopers.html",
331 "https://googledevkr.blogspot.com/2014/10/material-design-on-android-checklist.html",
332 "https://googledevkr.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html",
Ryosuke Matsuuchi2fb3dc22015-04-14 18:44:35 +0900333 "intl/ko/distribute/googleplay/developer-console.html#alpha-beta",
334 "intl/ko/distribute/googleplay/guide.html",
335 "intl/ko/distribute/essentials/quality/core.html",
336 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=ko",
337 "intl/ko/support.html",
338 "intl/ko/distribute/essentials/quality/wear.html",
339 "intl/ko/tv/index.html",
340 "intl/ko/google/play-services/games.html",
341 "intl/ko/distribute/monetize/ads.html"
342 ]
343 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800344 "distribute/gp/gplanding": {
345 "resources": [
346 "distribute/googleplay/about.html",
347 "distribute/googleplay/start.html",
348 "distribute/googleplay/developer-console.html"
349 ]
350 },
351 "distribute/gp/gpfelanding": {
352 "resources": [
Luan Nguyencbd00322014-12-04 14:32:30 -0800353 "distribute/googleplay/wear.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700354 "distribute/googleplay/tv.html",
355 "distribute/googleplay/auto.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700356 "distribute/googleplay/families/about.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700357 "distribute/googleplay/work/about.html",
358 "distribute/googleplay/edu/about.html",
359 "distribute/googleplay/cast.html",
360 "distribute/googleplay/cardboard.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -0700361 "distribute/googleplay/guide.html"
Dirk Dougherty74709452015-05-15 00:51:24 -0700362 ]
363 },
364 "distribute/googleplay/gpfw": {
365 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800366 "https://www.android.com/work/",
Dirk Dougherty74709452015-05-15 00:51:24 -0700367 "https://www.youtube.com/watch?v=jQWB_-o1kz4&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
Billy Lambertae1277eb2016-05-03 16:23:59 -0700368 "work/index.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800369 ]
370 },
371 "distribute/essentials": {
372 "resources": [
373 "distribute/essentials/quality/core.html",
374 "distribute/essentials/quality/tablets.html",
Joe Fernandez957cddd2014-10-10 21:36:46 -0700375 "distribute/essentials/quality/tv.html",
Luan Nguyen9aec78c2014-10-21 16:24:22 -0700376 "distribute/essentials/quality/wear.html",
Eric Gilmorea4ebec82014-11-11 14:55:46 -0800377 "distribute/essentials/quality/auto.html",
Dirk Doughertyd66be4d2016-05-12 12:04:14 -0700378 "distribute/essentials/quality/billions.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800379 ]
380 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800381 "distribute/essentials/zhcn": {
382 "resources": [
383 "intl/zh-cn/distribute/essentials/quality/core.html",
384 "intl/zh-cn/distribute/essentials/quality/tablets.html",
385 "distribute/essentials/quality/tv.html",
386 "distribute/essentials/quality/wear.html",
387 "https://developers.google.com/edu/guidelines",
388 "distribute/essentials/optimizing-your-app.html"
389 ]
390 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800391 "distribute/users": {
392 "title": "",
393 "resources": [
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800394 "distribute/users/your-listing.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700395 "distribute/users/promote-with-ads.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700396 "distribute/googleplay/index.html#opportunities",
397 "distribute/analyze/improve-roi.html",
398 "distribute/users/expand-to-new-markets.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700399 "distribute/analyze/index.html",
400 "distribute/users/app-invites.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700401 "distribute/users/ota-installs.html",
Dirk Dougherty74709452015-05-15 00:51:24 -0700402 "distribute/users/youtube.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700403 "distribute/users/house-ads.html",
Andrew Solovay827b8022015-11-13 13:09:12 -0800404 "distribute/users/experiments.html",
405 "distribute/users/user-acquisition.html",
406 "distribute/users/banners.html",
407 "distribute/users/beta.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800408 ]
409 },
410 "distribute/engagelanding": {
411 "resources": [
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700412 "distribute/engage/intents.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800413 "distribute/engage/widgets.html",
Joe Fernandez5310e2d2016-04-12 12:35:56 -0700414 "distribute/engage/translate.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800415 "distribute/engage/notifications.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800416 "distribute/engage/deep-linking.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700417 "distribute/engage/ads.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -0700418 "distribute/engage/game-services.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700419 "distribute/engage/easy-signin.html",
420 "distribute/analyze/build-better-apps.html",
421 "distribute/engage/gcm.html",
Kevin Hufnagle16d013b2016-05-23 12:54:59 -0700422 "distribute/engage/beta.html",
423 "distribute/engage/nearby.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800424 ]
425 },
426 "distribute/monetize": {
427 "resources": [
428 "distribute/monetize/premium.html",
429 "distribute/monetize/freemium.html",
430 "distribute/monetize/subscriptions.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800431 "distribute/monetize/ads.html",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700432 "distribute/monetize/ecommerce.html",
433 "distribute/monetize/payments.html",
434 "distribute/analyze/understand-user-value.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800435 ]
436 },
Dirk Dougherty27ab5a02014-12-12 11:51:13 -0800437 "distribute/analyzelanding": {
438 "resources": [
439 "distribute/analyze/start.html",
440 "distribute/analyze/measure.html",
441 "distribute/analyze/understand-user-value.html",
442 "distribute/analyze/improve-roi.html",
443 "distribute/analyze/build-better-apps.html",
444 "distribute/analyze/google-services.html"
445 ]
446 },
447 "distribute/analyzestart": {
448 "resources": [
449 "https://analyticsacademy.withgoogle.com/course04",
450 "google/play-services/index.html",
451 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
452 "https://developers.google.com/analytics/devguides/collection/android/",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800453 "https://www.google.com/tagmanager/",
Dirk Dougherty27ab5a02014-12-12 11:51:13 -0800454 "https://github.com/googleanalytics/google-analytics-plugin-for-unity"
455 ]
456 },
457 "distribute/analyzemeasure": {
458 "resources": [
459
460 "https://developers.google.com/analytics/solutions/mobile-implementation-guide",
461 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
462 "https://support.google.com/analytics/answer/1032415",
463 "https://developers.google.com/analytics/devguides/collection/android/v4/events",
464 "https://developers.google.com/analytics/devguides/collection/android/v4/customdimsmets",
465 "https://developers.google.com/analytics/devguides/collection/android/v4/user-id"
466 ]
467 },
468 "distribute/analyzeunderstand": {
469 "resources": [
470 "https://developers.google.com/analytics/devguides/collection/android/v4/display-features",
471 "https://support.google.com/analytics/answer/3123906",
472 "https://support.google.com/analytics/answer/2568874?ref_topic=6012392",
473 "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce",
474 "https://support.google.com/analytics/answer/1032415",
475 ]
476 },
477 "distribute/analyzeimprove": {
478 "resources": [
479
480 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns",
481 "https://support.google.com/analytics/answer/2956981",
482 "https://support.google.com/analytics/answer/1033961",
483 "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#google-play-url-builder",
484 "https://developers.google.com/analytics/solutions/mobile-campaign-deep-link"
485 ]
486 },
487 "distribute/analyzebuild": {
488 "resources": [
489 "https://support.google.com/tagmanager/answer/6003007",
490 "https://support.google.com/analytics/answer/2785577",
491 "https://support.google.com/analytics/answer/1151300"
492 ]
493 },
494 "distribute/analyzeact": {
495 "resources": [
496 "https://support.google.com/analytics/answer/2611268",
497 "https://support.google.com/analytics/answer/1033961",
498 "https://support.google.com/admob/answer/3508177",
499 "https://support.google.com/analytics/answer/2956981",
500 "https://support.google.com/tagmanager/answer/6003007"
501 ]
502 },
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700503 "distribute/essentials/guidelines": {
504 "title": "",
505 "resources": [
506 "distribute/essentials/quality/core.html",
507 "distribute/essentials/quality/tablets.html",
508 "distribute/essentials/quality/wear.html",
509 "distribute/essentials/quality/tv.html",
510 "distribute/essentials/quality/auto.html",
Dirk Doughertyd66be4d2016-05-12 12:04:14 -0700511 "distribute/essentials/quality/billions.html"
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700512 ]
513 },
514 "distribute/essentials/tools": {
515 "title": "",
516 "resources": [
517 "distribute/tools/launch-checklist.html",
518 "distribute/tools/localization-checklist.html",
519 "https://support.google.com/googleplay/android-developer",
520 "distribute/tools/promote/brand.html",
521 "distribute/tools/promote/device-art.html",
Quddus Chong665cf852015-11-10 10:11:16 -0800522 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700523 "distribute/tools/promote/linking.html",
524 "distribute/tools/open-distribution.html",
525 "about/dashboards/index.html"
526 ]
527 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800528 "distribute/tools/checklists": {
529 "title": "",
530 "resources": [
531 "distribute/tools/launch-checklist.html",
532 "distribute/tools/localization-checklist.html"
533 ]
534 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800535 "distribute/tools/checklists/zhcn": {
536 "title": "",
537 "resources": [
538 "intl/zh-cn/distribute/tools/launch-checklist.html",
539 "intl/zh-cn/distribute/tools/localization-checklist.html"
540 ]
541 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800542 "distribute/tools/promote": {
543 "resources": [
544 "distribute/tools/promote/device-art.html",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800545 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800546 "distribute/tools/promote/linking.html"
547 ]
548 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800549 "distribute/tools/promote/zhcn": {
550 "resources": [
551 "intl/zh-cn/distribute/tools/promote/device-art.html",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800552 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800553 "intl/zh-cn/distribute/tools/promote/linking.html"
554 ]
555 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800556 "distribute/tools/support": {
557 "title": "Google Play",
558 "resources": [
559 "https://support.google.com/googleplay/android-developer",
560 "https://support.google.com/googleplay/android-developer/answer/4430948",
561 "support.html"
562 ]
563 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800564 "distribute/tools/support/zhcn": {
565 "title": "Google Play",
566 "resources": [
567 "https://support.google.com/googleplay/android-developer?hl=zh-Hans",
568 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
569 "support.html"
570 ]
571 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800572 "distribute/tools/news": {
573 "title": "",
574 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800575 "https://android-developers.blogspot.com/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800576 "https://plus.google.com/+AndroidDevelopers/"
577 ]
578 },
579 "distribute/tools/more": {
580 "title": "Google Play",
581 "resources": [
582 "distribute/tools/promote/brand.html",
583 "distribute/tools/open-distribution.html",
584 "about/dashboards/index.html"
585 ]
586 },
Dirk Doughertya79acc02014-11-14 19:19:18 -0800587 "distribute/tools/more/zhcn": {
588 "title": "Google Play",
589 "resources": [
590 "intl/zh-cn/distribute/tools/promote/brand.html",
591 "distribute/tools/open-distribution.html",
592 "about/dashboards/index.html"
593 ]
594 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800595 "distribute/googleplay": {
596 "title": "Google Play",
597 "resources": [
598 "distribute/googleplay/developer-console.html",
599 "distribute/essentials/best-practices/apps.html",
600 "distribute/tools/launch-checklist.html",
601 "distribute/essentials/best-practices/games.html",
602 ]
603 },
604 "distribute/googleplay/gettingstarted": {
605 "title": "Get Started",
606 "resources": [
607 "distribute/googleplay/developer-console.html",
608 "https://support.google.com/googleplay/android-developer/answer/113468",
609 "https://support.google.com/googleplay/android-developer/answer/138294",
610 "https://support.google.com/googleplay/android-developer"
611 ]
612 },
Andrew Solovay827b8022015-11-13 13:09:12 -0800613 "distribute/googleplay/developerconsole/related": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800614 "title": "Developer Console",
615 "resources": [
616 "google/play/billing/index.html",
617 "https://support.google.com/googleplay/android-developer/answer/138294"
618 ]
619 },
Andrew Solovay827b8022015-11-13 13:09:12 -0800620 "distribute/googleplay/beta": {
621 "title": "Alpha and Beta Testing",
622 "resources": [
623 "https://support.google.com/googleplay/android-developer/answer/3131213",
624 "https://support.google.com/googleplay/android-developer/answer/3131213#games",
625 "distribute/googleplay/experiments.html"
626 ]
627 },
628 "distribute/googleplay/experiments/successes": {
629 "title": "Store Listing Experiment successes",
630 "resources": [
631 ]
632 },
633 "distribute/googleplay/experiments/related": {
634 "title": "Store Listing Experiments",
635 "resources": [
636 "https://support.google.com/googleplay/android-developer/answer/6227309",
637 "https://www.youtube.com/watch?v=B6ydLpkhq04",
638 "https://support.google.com/tagmanager/answer/6003007"
639 ]
640 },
641 "distribute/googleplay/banners/related": {
642 "title": "App Install Banners",
643 "resources": [
644 "https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android#native"
645 ]
646 },
647 "distribute/googleplay/useracquisition/related": {
648 "title": "User Acquisition",
649 "resources": [
650 "https://support.google.com/googleplay/android-developer/answer/6263332"
651 ]
652 },
Dirk Doughertyde401c82015-05-09 12:10:56 -0700653 "distribute/googleplay/cast": {
654 "title": "Google Cast",
655 "resources": [
656 "https://developers.google.com/cast/docs/ux_guidelines",
657 "https://developers.google.com/cast/docs/android_sender",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800658 "https://www.github.com/googlecast"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700659 ]
660 },
661 "distribute/googleplay/cardboard": {
662 "title": "Google Cast",
663 "resources": [
Dirk Dougherty7af29cc2015-05-18 11:32:09 -0700664 "https://www.google.com/get/cardboard/get-cardboard/",
Dirk Doughertyde401c82015-05-09 12:10:56 -0700665 "https://developers.google.com/cardboard/android/download",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800666 "https://www.google.com/design/spec-vr"
Dirk Doughertyde401c82015-05-09 12:10:56 -0700667 ]
668 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800669 "distribute/googleplay/gpfe/highlight": {
670 "title": "About Google Play for Education",
671 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800672 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800673 ]
674 },
675 "distribute/googleplay/gpfe/dev/about": {
676 "title": "About Google Play for Education / Developers",
677 "resources": [
678 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700679 "https://developers.google.com/edu/guidelines",
680 "https://developers.google.com/edu/faq",
681 "distribute/essentials/quality/tablets.html",
682 "https://developers.google.com/edu/",
683 "https://www.google.com/edu/tablets/#tablets-family"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800684 ]
685 },
686 "distribute/googleplay/gpfe/dev": {
687 "title": "About Google Play for Education / Developers",
688 "resources": [
689 "distribute/googleplay/edu/about.html",
smain@google.com941f8002014-06-18 16:13:56 -0700690 "https://developers.google.com/edu/guidelines",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800691 "distribute/essentials/quality/tablets.html",
692 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800693 "https://play.google.com/about/developer-distribution-agreement-addendum.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800694 ]
695 },
696 "distribute/googleplay/aboutgpfe/educators/about": {
697 "title": "About Google Play for Education / Educators",
698 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800699 "https://www.google.com/edu/tablets/",
700 "https://www.youtube.com/watch?v=haEmsMo0f3w"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800701 ]
702 },
703 "distribute/googleplay/aboutgpfe/educators": {
704 "title": "About Google Play for Education / Educators",
705 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800706 "https://www.google.com/edu/tablets/",
707 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800708 ]
709 },
710 "distribute/googleplay/gettingstartedgpfe/educators": {
711 "title": "About Google Play for Education / Educators",
712 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800713 "https://www.google.com/edu/tablets/",
714 "https://youtu.be/vzvpcEffvaE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800715 ]
716 },
717 "distribute/essentials/eduessentials/developers": {
718 "title": "",
719 "resources": [
720 "distribute/googleplay/developer-console.html",
721 "distribute/googleplay/edu/start.html",
smain@google.com941f8002014-06-18 16:13:56 -0700722 "https://developers.google.com/edu/faq"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800723 ]
724 },
725 "distribute/essentials/eduessentials/educators": {
726 "title": "",
727 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800728 "https://www.google.com/edu/tablets/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800729 "distribute/essentials/quality/tablets.html",
730 ]
731 },
732 "distribute/essentials/optimizing": {
733 "title": "Optimizing Your App",
734 "resources": [
735 "design/index.html",
736 "training/articles/perf-anr.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800737 "https://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800738 ]
739 },
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700740 "distribute/users/appinvites": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800741 "title": "",
742 "resources": [
Dirk Doughertyc85bf852015-05-24 19:56:35 -0700743 "https://developers.google.com/app-invites/",
744 "https://developers.google.com/identity/sign-in/android/",
745 "https://developers.google.com/app-indexing/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800746 ]
747 },
Kevin Hufnagle3344ed82016-05-06 11:12:48 -0700748 "distribute/users/knowyouruser": {
749 "title": "",
750 "resources": [
751 "distribute/essentials/optimizing-your-app.html",
752 "http://www.youtube.com/watch?v=RRelFvc6Czo",
753 "distribute/stories/games/rvappstudios-zombie.html"
754 ]
755 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700756 "distribute/users/promotewithads": {
757 "title": "",
758 "resources": [
Dirk Dougherty98794c02015-05-09 12:10:56 -0700759 "https://support.google.com/adwords/answer/6032059",
760 "https://support.google.com/adwords/answer/6032073",
761 "https://support.google.com/adwords/answer/6167164",
762 "https://support.google.com/adwords/answer/6167162"
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -0700763 ]
764 },
Kevin Hufnagle16d013b2016-05-23 12:54:59 -0700765 "distribute/users/nearby": {
766 "title": "",
767 "resources": [
768 "https://developers.google.com/nearby/",
769 "https://www.youtube.com/watch?v=hultDpBS22s",
770 "https://developers.google.com/beacons"
771 ]
772 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800773 "distribute/users/buildbuzz": {
774 "title": "",
775 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -0800776 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800777 "distribute/tools/promote/linking.html",
778 "distribute/tools/promote/device-art.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800779 "https://plus.google.com/+GooglePlay"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800780 ]
781 },
782 "distribute/users/createagreatlisting": {
783 "title": "",
784 "resources": [
785 "https://support.google.com/googleplay/android-developer/answer/1078870",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800786 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800787 "distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800788 "https://android-developers.blogspot.com/2013/07/making-beautiful-android-app-icons.html",
789 "https://android-developers.blogspot.com/2012/12/localize-your-promotional-graphics-on.html",
790 "https://android-developers.blogspot.com/2013/10/making-your-app-content-more-accessible.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800791 ]
792 },
793 "distribute/users/buildcommunity": {
794 "title": "",
795 "resources": [
796 "distribute/googleplay/developer-console.html",
797 "https://support.google.com/groups/answer/46601",
798 "https://support.google.com/plus/topic/2888488",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800799 "https://www.youtube.com/yt/dev/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800800 ]
801 },
Dirk Dougherty98794c02015-05-09 12:10:56 -0700802 "distribute/users/appindexing": {
803 "title": "",
804 "resources": [
805 "https://developers.google.com/app-indexing/",
806 "https://developers.google.com/app-indexing/webmasters/details",
Dirk Doughertyca9fd6f2015-06-11 11:53:40 -0700807 "distribute/engage/deep-linking.html",
808 "training/app-indexing/index.html"
Dirk Dougherty74709452015-05-15 00:51:24 -0700809 ]
810 },
811 "distribute/users/otas": {
812 "title": "",
813 "resources": [
814 "https://developers.google.com/identity/sign-in/android/",
815 "https://developers.google.com/+/features/play-installs",
816 "https://developers.google.com/+/features/analytics"
817 ]
818 },
819 "distribute/users/houseads": {
820 "title": "",
821 "resources": [
822 "https://support.google.com/admob/topic/2784623",
823 "https://developers.google.com/mobile-ads-sdk/download",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800824 "https://support.google.com/googleplay/android-developer/topic/2985714",
825 "https://analyticsacademy.withgoogle.com/mobile-app",
Dirk Dougherty74709452015-05-15 00:51:24 -0700826 "https://support.google.com/analytics/answer/2611404",
827 "https://support.google.com/admob/answer/3111064"
828 ]
829 },
830 "distribute/users/youtube": {
831 "title": "",
832 "resources": [
833 "https://support.google.com/youtube/answer/6140493",
834 "https://support.google.com/youtube/answer/2797387"
Dirk Dougherty98794c02015-05-09 12:10:56 -0700835 ]
836 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800837 "distribute/toolsreference/bestpractices/apps": {
838 "title": "",
839 "resources": [
840 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800841 "https://android-developers.blogspot.com/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800842 ]
843 },
844 "distribute/toolsreference/bestpractices/games": {
845 "title": "",
846 "resources": [
847 "google/play-services/games.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800848 "https://android-developers.blogspot.com/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800849 "distribute/googleplay/developer-console.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800850 "https://www.youtube.com/watch?v=1RIz-cmTQB4"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800851 ]
852 },
853 "distribute/essentials/corequalityguidelines/visualdesign": {
854 "title": "",
855 "resources": [
856 "design/index.html",
857 "design/patterns/navigation.html",
858 "design/patterns/actionbar.html",
859 "design/style/iconography.html",
860 "design/patterns/notifications.html"
861 ]
862 },
863 "distribute/essentials/corequalityguidelines/functionality": {
864 "title": "",
865 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800866 "https://android-developers.blogspot.com/2011/11/making-android-games-that-play-nice.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800867 "guide/components/tasks-and-back-stack.html",
868 "training/basics/activity-lifecycle/recreating.html"
869 ]
870 },
Joe Fernandez957cddd2014-10-10 21:36:46 -0700871 "distribute/essentials/tvqualityguidelines/visualdesign": {
872 "title": "",
873 "resources": [
874 "design/tv/index.html",
875 "training/tv/start/index.html"
876 ]
877 },
878 "distribute/essentials/tvqualityguidelines/functionality": {
879 "title": "",
880 "resources": [
881 "training/tv/start/hardware.html",
882 "training/tv/games/index.html"
883 ]
884 },
Luan Nguyen9aec78c2014-10-21 16:24:22 -0700885 "distribute/essentials/wearqualityguidelines/visualdesign": {
886 "title": "",
887 "resources": [
888 "design/wear/index.html",
889 "training/building-wearables.html",
890 "training/wearables/ui/index.html"
891 ]
892 },
893 "distribute/essentials/wearqualityguidelines/functionality": {
894 "title": "",
895 "resources": [
896 "training/wearables/notifications/index.html",
897 "training/wearables/apps/index.html",
898 "training/wearables/notifications/voice-input.html"
899 ]
900 },
Eric Gilmorea4ebec82014-11-11 14:55:46 -0800901 "distribute/essentials/autoqualityguidelines/visualdesign": {
902 "title": "",
903 "resources": [
904 "training/auto/messaging/index.html",
905 "training/auto/start/index.html"
906 ]
907 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800908 "distribute/essentials/core/performance": {
909 "title": "",
910 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800911 "https://android-developers.blogspot.com/2010/12/new-gingerbread-api-strictmode.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800912 "training/articles/perf-anr.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800913 "https://android-developers.blogspot.com/2010/07/multithreading-for-performance.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800914 ]
915 },
916 "distribute/essentials/core/play": {
917 "title": "",
918 "resources": [
919 "distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800920 "https://play.google.com/about/developer-content-policy.html?hl=zh-Hans",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800921 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
922 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800923 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800924 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
925 ]
926 },
927 "distribute/essentials/core/play/zhcn": {
928 "title": "",
929 "resources": [
930 "intl/zh-cn/distribute/tools/launch-checklist.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800931 "https://play.google.com/about/developer-content-policy.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800932 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
933 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -0800934 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -0800935 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans"
Dirk Dougherty3506ac82014-02-21 11:15:52 -0800936 ]
937 },
938 "distribute/essentials/tabletguidelines/optimize": {
939 "title": "",
940 "resources": [
941 "design/style/metrics-grids.html",
942 "design/style/devices-displays.html",
943 "guide/practices/screens_support.html",
944 //"guide/practices/screens_support.html#ConfigurationExamples",
945 ]
946 },
947 "distribute/essentials/tabletguidelines/extrascreen": {
948 "title": "",
949 "resources": [
950 "design/patterns/multi-pane-layouts.html",
951 "training/design-navigation/multiple-sizes.html",
952 "training/multiscreen/index.html",
953 ]
954 },
955 "distribute/essentials/tabletguidelines/assets": {
956 "title": "",
957 "resources": [
958 "design/style/iconography.html",
959 "guide/topics/resources/providing-resources.html",
960 "guide/practices/screens_support.html",
961 "training/basics/supporting-devices/screens.html"
962 ]
963 },
964 "distribute/essentials/tabletguidelines/fonts": {
965 "title": "",
966 "resources": [
967 "design/style/metrics-grids.html",
968 "design/style/typography.html",
969 "guide/practices/screens_support.html",
970 "training/multiscreen/screendensities.html"
971 ]
972 },
973 "distribute/essentials/tabletguidelines/widgets": {
974 "title": "",
975 "resources": [
976 "guide/topics/appwidgets/index.html#MetaData",
977 "guide/topics/appwidgets/index.html",
978 "design/patterns/widgets.html"
979 ]
980 },
981 "distribute/essentials/tabletguidelines/versions": {
982 "title": "",
983 "resources": [
984 "guide/topics/manifest/uses-sdk-element.html#ApiLevels",
985 "guide/topics/manifest/uses-sdk-element.html",
986 "training/basics/supporting-devices/platforms.html"
987 ]
988 },
989 "distribute/essentials/tabletguidelines/hardware": {
990 "title": "",
991 "resources": [
992 "guide/topics/manifest/uses-feature-element.html",
993 "guide/topics/manifest/uses-feature-element.html#testing"
994 ]
995 },
996 "distribute/essentials/tabletguidelines/tabletscreens": {
997 "title": "",
998 "resources": [
999 "guide/practices/screens_support.html#DeclaringScreenSizeSupport",
1000 "guide/practices/screens_support.html"
1001 ]
1002 },
1003 "distribute/essentials/tabletguidelines/showcase": {
1004 "title": "",
1005 "resources": [
1006 "distribute/tools/launch-checklist.html",
1007 "https://play.google.com/apps/publish/",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001008 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001009 "distribute/tools/promote/device-art.html"
1010 ]
1011 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001012 "distribute/essentials/tabletguidelines/showcase/zhcn": {
1013 "title": "",
1014 "resources": [
1015 "intl/zh-cn/distribute/tools/launch-checklist.html",
1016 "https://play.google.com/apps/publish/?hl=zh-Hans",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001017 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001018 "intl/zh-cn/distribute/tools/promote/device-art.html"
1019 ]
1020 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001021 "distribute/essentials/tabletguidelines/googleplay": {
1022 "title": "",
1023 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001024 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001025 "google/play/filters.html"
1026 ]
1027 },
Dirk Doughertyd66be4d2016-05-12 12:04:14 -07001028 "distribute/essentials/billionsquality/connectivity": {
1029 "title": "",
1030 "resources": [
1031 "training/basics/network-ops/managing.html",
1032 "training/monitoring-device-state/connectivity-monitoring.html",
1033 "guide/topics/providers/content-providers.html"
1034 ]
1035 },
1036 "distribute/essentials/billionsquality/capability": {
1037 "title": "",
1038 "resources": [
1039 "guide/practices/screens_support.html",
1040 "training/multiscreen/screendensities.html",
1041 "training/articles/memory.html"
1042 ]
1043 },
1044 "distribute/essentials/billionsquality/cost": {
1045 "title": "",
1046 "resources": [
1047 "https://medium.com/@wkalicinski/smallerapk-part-6-image-optimization-zopfli-webp-4c462955647d#.23hlddo3x",
1048 "training/basics/network-ops/managing.html"
1049 ]
1050 },
1051 "distribute/essentials/billionsquality/consumption": {
1052 "title": "",
1053 "resources": [
1054 "training/efficient-downloads/efficient-network-access.html",
1055 "training/monitoring-device-state/index.html"
1056 ]
1057 },
1058 "distribute/essentials/billionsquality/content": {
1059 "title": "",
1060 "resources": [
1061 "training/material/animations.html#Touch",
1062 "training/articles/perf-anr.html",
1063 "training/improving-layouts/index.html"
1064 ]
1065 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001066 "distribute/essentials/tabletguidelines": {
1067 "title": "",
1068 "resources": [
1069 "distribute/essentials/quality/core.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001070 "https://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001071 "distribute/tools/launch-checklist.html",
1072 "distribute/tools/promote/device-art.html"
1073 ]
1074 },
1075 "distribute/getusers/notifications": {
1076 "title": "",
1077 "resources": [
1078 "design/patterns/notifications.html",
1079 "distribute/engage/gcm.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001080 "https://play.google.com/about/developer-content-policy.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001081 ]
1082 },
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -07001083 "distribute/engage/analytics": {
1084 "title": "",
1085 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001086 "https://www.google.com/analytics/mobile/",
1087 "https://android-developers.blogspot.com/2013/10/improved-app-insight-by-linking-google.html",
Dirk Doughertybdcd6fc2014-06-10 14:35:17 -07001088 "https://developers.google.com/analytics/devguides/collection/android/"
1089 ]
1090 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001091 "distribute/engage/widgets": {
1092 "title": "",
1093 "resources": [
1094 "design/patterns/widgets.html",
1095 "guide/topics/appwidgets/index.html"
1096 ]
1097 },
Joe Fernandez5310e2d2016-04-12 12:35:56 -07001098 "distribute/engage/translate": {
1099 "title": "",
1100 "resources": [
1101 "https://support.google.com/l10n/answer/6359997"
1102 ]
1103 },
Dirk Dougherty98794c02015-05-09 12:10:56 -07001104 "distribute/engage/reengage": {
1105 "title": "",
1106 "resources": [
1107 "https://support.google.com/adwords/answer/6032073",
1108 "distribute/engage/deep-linking.html",
1109 "https://support.google.com/adwords/answer/6167162",
1110 "distribute/users/promote-with-ads.html"
1111 ]
1112 },
1113 "distribute/engage/appindexing": {
1114 "title": "",
1115 "resources": [
1116 "distribute/engage/intents.html",
Dirk Dougherty10d44b72015-05-23 14:46:57 -07001117 "distribute/engage/deep-linking.html",
Dirk Doughertyca9fd6f2015-06-11 11:53:40 -07001118 "training/app-indexing/index.html"
Dirk Dougherty98794c02015-05-09 12:10:56 -07001119 ]
1120 },
1121 "distribute/engage/intents": {
1122 "title": "",
1123 "resources": [
1124 "guide/components/intents-filters.html",
Dirk Dougherty10d44b72015-05-23 14:46:57 -07001125 "distribute/engage/deep-linking.html",
Dirk Dougherty98794c02015-05-09 12:10:56 -07001126 "distribute/engage/ads.html"
1127 ]
1128 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001129 "distribute/getusers/expandnewmarkets": {
1130 "title": "",
1131 "resources": [
1132 "distribute/tools/localization-checklist.html",
1133 "https://support.google.com/googleplay/android-developer/table/3541286",
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001134 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001135 "distribute/tools/promote/device-art.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001136 "https://www.youtube.com/watch?v=SkHHPf3EdzE"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001137 ]
1138 },
1139 "distribute/engage/gcm": {
1140 "title": "",
1141 "resources": [
Dirk Dougherty518651c2015-05-27 20:24:37 -07001142 "https://developers.google.com/cloud-messaging/gcm",
1143 "https://developers.google.com/cloud-messaging/android/client",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001144 ]
1145 },
Andrew Solovay827b8022015-11-13 13:09:12 -08001146 "distribute/engage/gamesservices/related": {
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001147 "title": "",
1148 "resources": [
Andrew Solovay827b8022015-11-13 13:09:12 -08001149 "https://developers.google.com/games/services/",
1150 "distribute/analyze/start.html",
1151 "distribute/googleplay/cardboard.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001152 "https://www.google.com/admob/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001153 ]
1154 },
1155 "distribute/engage/gplus": {
1156 "title": "",
1157 "resources": [
Dirk Dougherty74709452015-05-15 00:51:24 -07001158 "distribute/users/ota-installs.html",
1159 "https://developers.google.com/identity/sign-in/android/people",
1160 "https://developers.google.com/+/mobile/android/"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001161 ]
1162 },
1163 "distribute/engage/community": {
1164 "title": "",
1165 "resources": [
1166 "distribute/users/build-community.html",
1167 "distribute/engage/video.html"
1168 ]
1169 },
1170 "distribute/engage/deeplinks": {
1171 "title": "",
1172 "resources": [
1173 "distribute/engage/easy-signin.html",
1174 "https://developers.google.com/app-indexing/",
1175 "https://developers.google.com/+/mobile/android/share/interactive-post"
1176 ]
1177 },
1178 "distribute/engage/appupdates": {
1179 "title": "",
1180 "resources": [
1181 "distribute/essentials/optimizing-your-app.html",
1182 "distribute/tools/launch-checklist.html",
1183 "distribute/googleplay/developer-console.html",
1184 "design/patterns/notifications.html"
1185 ]
1186 },
1187 "distribute/engage/video/more": {
1188 "title": "",
1189 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001190 "https://www.youtube.com/yt/dev/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001191 "distribute/essentials/best-practices/games.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001192 "https://www.youtube.com/watch?v=RRelFvc6Czo"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001193 ]
1194 },
1195 "distribute/engage/community": {
1196 "title": "",
1197 "resources": [
1198 "distribute/users/build-community.html",
1199 "distribute/engage/video.html"
1200 ]
1201 },
1202 "distribute/engage/kiwi": {
1203 "title": "",
1204 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001205 "https://www.youtube.com/watch?v=WWArLD6nqrk"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001206 ]
1207 },
1208 "distribute/toolsreference/gpfefaq": {
1209 "title": "",
1210 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001211 "https://www.google.com/edu/tablets/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001212 "distribute/googleplay/edu/start.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001213 "https://play.google.com/about/developer-distribution-agreement-addendum.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001214 "distribute/essentials/quality/core.html",
1215 "distribute/essentials/quality/tablets.html"
1216 ]
1217 },
1218 "distribute/toolsreference/localizationchecklist/identifylocales": {
1219 "title": "",
1220 "resources": [
1221 "https://support.google.com/googleplay/android-developer/answer/138294"
1222 ]
1223 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001224 "distribute/toolsreference/localizationchecklist/identifylocales/zhcn": {
1225 "title": "",
1226 "resources": [
1227 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
1228 ]
1229 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001230 "distribute/tools/loc/designforloc": {
1231 "title": "",
1232 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001233 "https://android-developers.blogspot.com/2013/03/native-rtl-support-in-android-42.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001234 "guide/topics/resources/string-resource.html#Plurals",
1235 "guide/topics/resources/string-resource.html",
1236 "reference/java/util/Locale.html"
1237 ]
1238 },
1239 "distribute/toolsreference/localizationchecklist/managestrings": {
1240 "title": "",
1241 "resources": [
1242 "guide/topics/resources/string-resource.html",
1243 "design/style/writing.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001244 "https://en.wikipedia.org/wiki/XLIFF"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001245 ]
1246 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001247 "distribute/toolsreference/localizationchecklist/managestrings/zhcn": {
1248 "title": "",
1249 "resources": [
1250 "guide/topics/resources/string-resource.html",
1251 "intl/zh-cn/design/style/writing.html",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001252 "https://en.wikipedia.org/wiki/XLIFF"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001253 ]
1254 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001255 "distribute/toolsreference/localizationchecklist/preplaunch": {
1256 "title": "",
1257 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001258 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001259 "distribute/tools/promote/device-art.html"
1260 ]
1261 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001262 "distribute/toolsreference/localizationchecklist/preplaunch/zhcn": {
1263 "title": "",
1264 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001265 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001266 "intl/zh-cn/distribute/tools/promote/device-art.html"
1267 ]
1268 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001269 "distribute/toolsreference/localizationchecklist/supportlaunch": {
1270 "title": "",
1271 "resources": [
1272 "distribute/tools/launch-checklist.html",
1273 ]
1274 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001275 "distribute/toolsreference/localizationchecklist/supportlaunch/zhcn": {
1276 "title": "",
1277 "resources": [
1278 "intl/zh-cn/distribute/tools/launch-checklist.html",
1279 ]
1280 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001281 "distribute/toolsreference/launchchecklist/understanding": {
1282 "title": "",
1283 "resources": [
1284 "tools/publishing/publishing_overview.html",
1285 "tools/publishing/preparing.html"
1286 ]
1287 },
1288 "distribute/toolsreference/launchchecklist/policies": {
1289 "title": "",
1290 "resources": [
1291 "https://support.google.com/googleplay/android-developer/answer/4430948",
1292 "https://support.google.com/googleplay/android-developer/topic/2364761",
1293 "https://support.google.com/googleplay/android-developer"
1294 ]
1295 },
1296 "distribute/toolsreference/launchchecklist/quality": {
1297 "title": "",
1298 "resources": [
1299 "distribute/essentials/quality/core.html",
1300 "distribute/essentials/quality/tablets.html",
smain@google.com941f8002014-06-18 16:13:56 -07001301 "https://developers.google.com/edu/guidelines"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001302 ]
1303 },
1304 "distribute/toolsreference/launchchecklist/rating": {
1305 "title": "",
1306 "resources": [
1307 "https://support.google.com/googleplay/android-developer/answer/188189",
1308 ]
1309 },
1310 "distribute/toolsreference/launchchecklist/country": {
1311 "title": "",
1312 "resources": [
1313 "https://support.google.com/googleplay/android-developer/answer/138294"
1314 ]
1315 },
1316 "distribute/toolsreference/launchchecklist/size": {
1317 "title": "",
1318 "resources": [
1319 "google/play/expansion-files.html",
1320 "tools/help/proguard.html"
1321 ]
1322 },
1323 "distribute/toolsreference/launchchecklist/platform": {
1324 "title": "",
1325 "resources": [
1326 "guide/practices/screens_support.html",
1327 "about/dashboards/index.html",
1328 "guide/topics/manifest/uses-sdk-element.html"
1329 ]
1330 },
1331 "distribute/toolsreference/launchchecklist/price": {
1332 "title": "",
1333 "resources": [
1334 "https://support.google.com/googleplay/android-developer/table/3541286",
1335 ]
1336 },
1337 "distribute/toolsreference/launchchecklist/purchasemethod": {
1338 "title": "",
1339 "resources": [
1340 "google/play/billing/index.html",
1341 "google/play/billing/billing_subscriptions.html"
1342 ]
1343 },
1344 "distribute/toolsreference/launchchecklist/setprice": {
1345 "title": "",
1346 "resources": [
1347 "https://support.google.com/googleplay/android-developer/answer/1169947",
1348 "https://support.google.com/googleplay/android-developer/answer/138412",
1349 "https://support.google.com/googleplay/android-developer/answer/112622",
1350 "https://support.google.com/googleplay/android-developer/answer/138000"
1351 ]
1352 },
1353 "distribute/toolsreference/launchchecklist/localization": {
1354 "title": "",
1355 "resources": [
Joe Fernandez5310e2d2016-04-12 12:35:56 -07001356 "distribute/tools/localization-checklist.html",
1357 "https://support.google.com/l10n/answer/6359997"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001358 ]
1359 },
1360 "distribute/toolsreference/launchchecklist/graphics": {
1361 "title": "",
1362 "resources": [
1363 "https://support.google.com/googleplay/android-developer/answer/1078870",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001364 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001365 ]
1366 },
1367 "distribute/toolsreference/launchchecklist/productdetails": {
1368 "title": "",
1369 "resources": [
1370 "https://support.google.com/googleplay/android-developer/answer/113475",
1371 "https://support.google.com/googleplay/android-developer/answer/1078870"
1372 ]
1373 },
1374 "distribute/toolsreference/launchchecklist/badges": {
1375 "title": "",
1376 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001377 "https://play.google.com/intl/en_us/badges/",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001378 "distribute/tools/promote/linking.html"
1379 ]
1380 },
1381 "distribute/toolsreference/launchchecklist/finalchecks": {
1382 "title": "",
1383 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001384 "https://play.google.com/about/developer-content-policy.html",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001385 "https://support.google.com/googleplay/android-developer/answer/113476",
1386 "support.html"
1387 ]
1388 },
1389 "distribute/toolsreference/launchchecklist/afterlaunch": {
1390 "title": "",
1391 "resources": [
1392 "https://support.google.com/googleplay/android-developer/answer/113477",
1393 "https://support.google.com/googleplay/android-developer/answer/1153479",
1394 "https://support.google.com/payments/answer/2741495",
1395 "distribute/essentials/optimizing-your-app.html"
1396 ]
1397 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001398 "distribute/toolsreference/launchchecklist/understanding/zhcn": {
1399 "title": "",
1400 "resources": [
1401 "intl/zh-cn/tools/publishing/publishing_overview.html",
1402 "intl/zh-cn/tools/publishing/preparing.html"
1403 ]
1404 },
1405 "distribute/toolsreference/launchchecklist/policies/zhcn": {
1406 "title": "",
1407 "resources": [
1408 "https://support.google.com/googleplay/android-developer/answer/4430948?hl=zh-Hans",
1409 "https://support.google.com/googleplay/android-developer/topic/2364761?hl=zh-Hans",
1410 "https://support.google.com/googleplay/android-developer?hl=zh-Hans"
1411 ]
1412 },
1413 "distribute/toolsreference/launchchecklist/quality/zhcn": {
1414 "title": "",
1415 "resources": [
1416 "intl/zh-cn/distribute/essentials/quality/core.html",
1417 "intl/zh-cn/distribute/essentials/quality/tablets.html",
1418 "https://developers.google.com/edu/guidelines?hl=zh-Hans"
1419 ]
1420 },
1421
1422 "distribute/toolsreference/launchchecklist/rating/zhcn": {
1423 "title": "",
1424 "resources": [
1425 "https://support.google.com/googleplay/android-developer/answer/188189?hl=zh-Hans",
1426 ]
1427 },
1428 "distribute/toolsreference/launchchecklist/country/zhcn": {
1429 "title": "",
1430 "resources": [
1431 "https://support.google.com/googleplay/android-developer/answer/138294?hl=zh-Hans"
1432 ]
1433 },
1434 "distribute/toolsreference/launchchecklist/size/zhcn": {
1435 "title": "",
1436 "resources": [
1437 "google/play/expansion-files.html",
1438 "intl/zh-cn/tools/help/proguard.html"
1439 ]
1440 },
1441 "distribute/toolsreference/launchchecklist/price/zhcn": {
1442 "title": "",
1443 "resources": [
1444 "https://support.google.com/googleplay/android-developer/table/3541286?hl=zh-Hans",
1445 ]
1446 },
1447 "distribute/toolsreference/launchchecklist/purchasemethod/zhcn": {
1448 "title": "",
1449 "resources": [
1450 "intl/zh-cn/google/play/billing/index.html",
1451 "google/play/billing/billing_subscriptions.html"
1452 ]
1453 },
1454 "distribute/toolsreference/launchchecklist/setprice/zhcn": {
1455 "title": "",
1456 "resources": [
1457 "https://support.google.com/googleplay/android-developer/answer/1169947?hl=zh-Hans",
1458 "https://support.google.com/googleplay/android-developer/answer/138412?hl=zh-Hans",
1459 "https://support.google.com/googleplay/android-developer/answer/112622?hl=zh-Hans",
1460 "https://support.google.com/googleplay/android-developer/answer/138000?hl=zh-Hans"
1461 ]
1462 },
Eric Schmidt57ae8622016-02-02 10:21:40 -08001463 "distribute/stories/localization": {
1464 "title": "",
1465 "resources": [
1466 "distribute/stories/games/rvappstudios-zombie.html",
1467 "distribute/stories/games/g4a-indian-rummy.html",
1468 "distribute/stories/apps/sayhi.html"
1469 ]
1470 },
Dirk Doughertya79acc02014-11-14 19:19:18 -08001471 "distribute/toolsreference/launchchecklist/localization/zhcn": {
1472 "title": "",
1473 "resources": [
1474 "intl/zh-cn/distribute/tools/localization-checklist.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001475 ]
1476 },
1477 "distribute/toolsreference/launchchecklist/graphics/zhcn": {
1478 "title": "",
1479 "resources": [
1480 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001481 "https://android-developers.blogspot.com/2011/10/android-market-featured-image.html"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001482 ]
1483 },
1484 "distribute/toolsreference/launchchecklist/productdetails/zhcn": {
1485 "title": "",
1486 "resources": [
1487 "https://support.google.com/googleplay/android-developer/answer/113475?hl=zh-Hans",
1488 "https://support.google.com/googleplay/android-developer/answer/1078870?hl=zh-Hans"
1489 ]
1490 },
1491 "distribute/toolsreference/launchchecklist/badges/zhcn": {
1492 "title": "",
1493 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001494 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001495 "intl/zh-cn/distribute/tools/promote/linking.html"
1496 ]
1497 },
1498 "distribute/toolsreference/launchchecklist/finalchecks/zhcn": {
1499 "title": "",
1500 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001501 "https://play.google.com/about/developer-content-policy.html",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001502 "https://support.google.com/googleplay/android-developer/answer/113476?hl=zh-Hans",
1503 "support.html"
1504 ]
1505 },
1506 "distribute/toolsreference/launchchecklist/afterlaunch/zhcn": {
1507 "title": "",
1508 "resources": [
1509 "https://support.google.com/googleplay/android-developer/answer/113477?hl=zh-Hans",
1510 "https://support.google.com/googleplay/android-developer/answer/1153479?hl=zh-Hans",
1511 "https://support.google.com/payments/answer/2741495?hl=zh-Hans",
1512 "distribute/essentials/optimizing-your-app.html"
1513 ]
1514 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001515 "distribute/monetize/premium": {
1516 "title": "",
1517 "resources": [
1518 "google/play/billing/index.html",
1519 "https://support.google.com/googleplay/android-developer/answer/4407611"
1520 ]
Joe Fernandez957cddd2014-10-10 21:36:46 -07001521 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001522 "distribute/monetize/freemium": {
1523 "title": "",
1524 "resources": [
1525 "google/play/billing/index.html",
1526 "https://support.google.com/googleplay/android-developer/answer/4407611"
1527 ]
1528 },
1529 "distribute/monetize/subscriptions": {
1530 "title": "",
1531 "resources": [
1532 "google/play/billing/billing_subscriptions.html",
1533 "https://support.google.com/googleplay/android-developer/answer/4407611"
1534 ]
1535 },
1536 "distribute/monetize/ecommerce": {
1537 "title": "",
1538 "resources": [
1539 "https://developers.google.com/wallet/instant-buy/",
1540 "https://support.google.com/googleplay/android-developer/answer/4407611"
1541 ]
1542 },
1543 "distribute/monetize/advertising": {
1544 "title": "",
1545 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001546 "https://www.google.com/ads/admob/#subid=us-en-et-dac",
1547 "https://www.google.com/doubleclick/publishers/small-business/index.html",
1548 "https://support.google.com/googleplay/android-developer/topic/2985714",
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001549 "training/monetization/ads-and-ux.html"
1550 ]
1551 },
Dirk Dougherty98794c02015-05-09 12:10:56 -07001552 "distribute/monetize/admob": {
1553 "title": "",
1554 "resources": [
1555 "https://support.google.com/admob/topic/2784623",
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001556 "https://admob.blogspot.com/",
1557 "https://analyticsacademy.withgoogle.com/mobile-app",
Kevin Hufnagleed31c052016-03-31 09:02:24 -07001558 "https://www.udacity.com/courses/ud876-3"
Dirk Dougherty98794c02015-05-09 12:10:56 -07001559 ]
1560 },
Dirk Dougherty3506ac82014-02-21 11:15:52 -08001561 "distribute/monetize/paymentmethods": {
1562 "title": "",
1563 "resources": [
1564 "https://play.google.com/about/giftcards/",
1565 "https://support.google.com/googleplay/answer/2651410"
1566 ]
1567 },
Luan Nguyen8662c042015-03-05 16:02:08 -08001568 "autolanding": {
1569 "title": "",
1570 "resources": [
1571 "auto/index.html",
1572 "design/auto/index.html",
1573 "training/auto/index.html"
1574 ]
1575 },
Dirk Doughertye1970f12014-11-01 21:40:32 -07001576 "tvlanding": {
1577 "title": "",
1578 "resources": [
1579 "tv/index.html",
1580 "design/tv/index.html",
1581 "training/tv/index.html"
1582 ]
1583 },
Luan Nguyencbd00322014-12-04 14:32:30 -08001584 "wearlanding": {
1585 "title": "",
1586 "resources": [
1587 "design/wear/index.html",
1588 "training/building-wearables.html",
1589 "training/wearables/ui/index.html"
1590 ]
1591 },
Quddus Chongc6aed462014-11-10 18:50:17 -08001592 "design/auto/auto_ui_guidelines": {
1593 "title": "",
1594 "resources": [
Luan Nguyen8662c042015-03-05 16:02:08 -08001595 "shareables/auto/AndroidAuto-audio-apps.pdf",
Quddus Chongc6aed462014-11-10 18:50:17 -08001596 "shareables/auto/AndroidAuto-messaging-apps.pdf",
1597 "shareables/auto/AndroidAuto-custom-colors.pdf"
1598 ]
1599 },
Joe Fernandez66d14b52015-03-06 16:08:13 -08001600 "training/auto/overview": {
1601 "title": "",
1602 "resources": [
1603 "training/auto/start/index.html",
1604 "design/auto/index.html",
1605 "shareables/auto/AndroidAuto-custom-colors.pdf"
1606 ]
1607 },
1608 "training/auto/messaging": {
1609 "title": "",
1610 "resources": [
1611 "training/auto/messaging/index.html",
1612 "shareables/auto/AndroidAuto-messaging-apps.pdf",
1613 "samples/MessagingService/index.html"
1614 ]
1615 },
1616 "training/auto/media": {
1617 "title": "",
1618 "resources": [
1619 "training/auto/audio/index.html",
1620 "shareables/auto/AndroidAuto-audio-apps.pdf",
1621 "samples/MediaBrowserService/index.html"
1622 ]
1623 },
1624 "training/auto/distribute": {
1625 "title": "",
1626 "resources": [
1627 "distribute/essentials/quality/auto.html",
1628 "distribute/googleplay/auto.html"
1629 ]
1630 },
Quddus Chonge3f6c812015-08-26 14:16:05 -07001631 "training/testing/overview": {
1632 "title": "",
1633 "resources": [
1634 "training/testing/start/index.html",
1635 "tools/testing/testing_android.html",
1636 "https://www.youtube.com/watch?v=vdasFFfXKOY"
1637 ]
1638 },
1639 "training/testing/tools": {
1640 "title": "",
1641 "resources": [
1642 "tools/testing-support-library/index.html",
1643 "tools/help/monkey.html",
1644 "tools/help/monkeyrunner_concepts.html",
1645 "tools/testing/testing_otheride.html",
1646 "https://source.android.com/devices/tech/debug/dumpsys.html"
1647 ]
1648 },
1649 "training/testing/techniques": {
1650 "title": "",
1651 "resources": [
1652 "training/testing/ui-testing/index.html",
1653 "training/testing/unit-testing/index.html",
1654 "training/testing/performance.html"
1655 ]
1656 },
1657 "training/testing/resources": {
1658 "title": "",
1659 "resources": [
1660 "https://github.com/googlesamples/android-testing",
1661 "https://www.youtube.com/watch?v=2I6fuD20qlY",
1662 "https://codelabs.developers.google.com/codelabs/android-testing/index.html",
1663 "https://github.com/googlesamples/android-testing-templates",
1664 "https://google.github.io/android-testing-support-library"
1665 ]
1666 },
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001667 "distribute/stories/games": {
1668 "title": "",
1669 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001670 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_Deerhunter2014_gpgs.pdf",
1671 "https://storage.googleapis.com/androiddevelopers/shareables/stories/ConcreteSoftware_PBABowling_gpgs.pdf",
1672 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Dragonplay_DragonplaySlots_gpgs.pdf",
1673 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Gameloft_Asphalt8_gpgs.pdf",
1674 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Glu_EternityWarriors3_gpgs.pdf",
1675 "https://storage.googleapis.com/androiddevelopers/shareables/stories/HotheadGames_RivalsatWar_gpgs.pdf",
1676 "https://storage.googleapis.com/androiddevelopers/shareables/stories/TMSOFT_Compulsive_gpgs.pdf",
1677 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Noodlecake_SuperStickmanGolf2_gpgs.pdf",
1678 "https://storage.googleapis.com/androiddevelopers/shareables/stories/TinyRebel_DoctorWhoLegacy_gpgs.pdf",
1679 "https://storage.googleapis.com/androiddevelopers/shareables/stories/Senri_LeosFortune_gpgs.pdf"
Dirk Doughertyeb81afb2014-09-26 14:52:48 -07001680 ]
Dirk Doughertya79acc02014-11-14 19:19:18 -08001681 },
1682 "overview/zhcn/1": {
1683 "title": "",
1684 "resources": [
1685 "intl/zh-cn/distribute/essentials/quality/core.html",
1686 "intl/zh-cn/distribute/essentials/quality/tablets.html",
1687 "intl/zh-cn/distribute/tools/launch-checklist.html",
1688 "intl/zh-cn/tools/publishing/publishing_overview.html",
1689 "intl/zh-cn/distribute/tools/localization-checklist.html"
1690 ]
1691 },
1692 "overview/zhcn/2": {
1693 "title": "",
1694 "resources": [
1695 "intl/zh-cn/google/play/billing/index.html",
1696 "intl/zh-cn/google/play/billing/api.html",
1697 "intl/zh-cn/google/play/billing/billing_admin.html",
1698 "intl/zh-cn/google/play/billing/billing_testing.html",
1699 "intl/zh-cn/google/play/billing/billing_best_practices.html"
1700 ]
1701 },
1702 "overview/zhcn/3": {
1703 "title": "",
1704 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001705 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001706
1707 "intl/zh-cn/distribute/tools/promote/device-art.html",
1708 "intl/zh-cn/distribute/tools/promote/linking.html",
1709 "intl/zh-cn/distribute/tools/promote/brand.html",
1710 "intl/zh-cn/tools/help/proguard.html"
1711 ]
1712 },
1713 "overview/zhcn/4": {
1714 "title": "",
1715 "resources": [
1716 "intl/zh-cn/design/style/writing.html",
1717 "intl/zh-cn/training/basics/fragments/fragment-ui.html",
1718 "intl/zh-cn/training/multiscreen/index.html",
1719 "intl/zh-cn/training/monitoring-device-state/index.html"
1720 ]
1721 },
1722 "overview/carousel/zhcn": {
1723 "title": "",
1724 "resources": [
Joe Fernandeza5ce59d2016-01-25 13:45:22 -08001725 "https://www.youtube.com/watch?v=vGV7FHGzpFU",
1726 "https://www.youtube.com/watch?v=aqc3ZOTzpdk",
1727 "https://www.youtube.com/watch?v=jaNrJ8uyLSc"
Dirk Doughertya79acc02014-11-14 19:19:18 -08001728 ]
1729 },
1730 "overview/1": {
1731 "title": "",
1732 "resources": [
1733 "distribute/essentials/quality/core.html",
1734 "distribute/essentials/quality/tablets.html",
1735 "distribute/tools/launch-checklist.html",
1736 "tools/publishing/publishing_overview.html",
1737 "distribute/tools/localization-checklist.html"
1738 ]
1739 },
1740 "overview/2": {
1741 "title": "",
1742 "resources": [
1743 "google/play/billing/index.html",
1744 "google/play/billing/api.html",
1745 "google/play/billing/billing_admin.html",
1746 "google/play/billing/billing_testing.html",
1747 "google/play/billing/billing_best_practices.html"
1748 ]
1749 },
1750 "overview/3": {
1751 "title": "",
1752 "resources": [
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001753 "https://play.google.com/intl/en_us/badges/",
Dirk Doughertya79acc02014-11-14 19:19:18 -08001754 "distribute/tools/promote/device-art.html",
1755 "distribute/tools/promote/linking.html",
1756 "distribute/tools/promote/brand.html",
1757 "tools/help/proguard.html"
1758 ]
1759 },
1760 "overview/4": {
1761 "title": "",
1762 "resources": [
1763 "design/style/writing.html",
1764 "training/basics/fragments/fragment-ui.html",
1765 "training/multiscreen/index.html",
1766 "training/monitoring-device-state/index.html"
1767 ]
Joe Fernandez108ccac2015-02-19 23:56:07 -08001768 },
Cheryl Potter5fc7099e2016-01-05 19:32:30 -08001769"tools/help/log": {
1770 "title": "",
1771 "resources": [
1772 "tools/help/am-logcat.html"
1773 ]
1774 },
1775"tools/help/monitor": {
1776 "title": "",
1777 "resources": [
1778 "tools/help/am-memory.html",
1779 "tools/help/am-cpu.html",
1780 "tools/help/am-gpu.html",
1781 "tools/help/am-network.html"
1782 ]
1783 },
1784 "tools/help/data": {
1785 "title": "",
1786 "resources": [
1787 "tools/help/am-hprof.html",
1788 "tools/help/am-allocation.html",
1789 "tools/help/am-methodtrace.html",
1790 "tools/help/am-sysinfo.html"
1791 ]
1792 },
1793 "tools/help/shot": {
1794 "title": "",
1795 "resources": [
1796 "tools/help/am-screenshot.html",
1797 "tools/help/am-video.html"
1798 ]
1799 },
Aleks Haecky881e72992015-04-23 13:17:19 -07001800 "tools/performance/rendering": {
1801 "title": "",
1802 "resources": [
1803 "tools/performance/debug-gpu-overdraw/index.html",
1804 "tools/performance/profile-gpu-rendering/index.html",
1805 "tools/performance/hierarchy-viewer/setup.html",
1806 "tools/performance/hierarchy-viewer/index.html",
1807 "tools/performance/hierarchy-viewer/profiling.html"
1808 ]
1809 },
1810 "tools/performance/memory": {
1811 "title": "",
1812 "resources": [
1813 "tools/performance/memory-monitor/index.html",
1814 "tools/performance/heap-viewer/index.html",
1815 "tools/performance/allocation-tracker/index.html",
1816 "tools/performance/comparison.html"
1817 ]
1818 },
1819 "tools/performance/cpu": {
1820 "title": "",
1821 "resources": [
1822 "tools/performance/traceview/index.html",
1823 "tools/performance/systrace/index.html"
1824 ]
1825 },
1826 "tools/performance/battery": {
1827 "title": "",
1828 "resources": [
1829 "tools/performance/batterystats-battery-historian/index.html",
1830 "tools/performance/batterystats-battery-historian/charts.html"
1831 ]
Quddus Chong0f049722015-09-21 11:38:05 -07001832 },
1833 "marshmallow/landing/resources": {
1834 "title": "",
1835 "resources": [
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001836 "about/versions/marshmallow/android-6.0-changes.html",
Quddus Chong0f049722015-09-21 11:38:05 -07001837 "about/versions/marshmallow/android-6.0.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001838 "about/versions/marshmallow/samples.html"
Quddus Chong0f049722015-09-21 11:38:05 -07001839 ]
1840 },
Quddus Chong10a91472015-09-25 17:09:32 -07001841 "marshmallow/landing/videos": {
1842 "title": "",
1843 "resources": [
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001844 "https://youtu.be/U9tw5ypqEN0",
1845 "https://youtu.be/N72ksDKrX6c",
1846 "https://youtu.be/iZqDdvhTZj0",
Quddus Chong10a91472015-09-25 17:09:32 -07001847 "https://www.youtube.com/watch?v=vcSj8ln-BlE",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001848 "https://youtu.be/LQoohRwojmw",
1849 "https://www.youtube.com/watch?v=VOn7VrTRlA4",
1850 "https://youtu.be/5sCQjeGoE7M",
1851 "https://www.youtube.com/watch?v=C8lUdPVSzDk",
1852 "https://www.youtube.com/watch?v=HXacyy0HSW0",
Quddus Chong10a91472015-09-25 17:09:32 -07001853 "https://www.youtube.com/watch?v=OW1A4XFRuyc",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001854 "https://www.youtube.com/watch?v=j3QC6hcpy90",
Quddus Chong10a91472015-09-25 17:09:32 -07001855 "https://www.youtube.com/watch?v=f17qe9vZ8RM",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001856 "https://www.youtube.com/watch?v=ndBdf1_oOGA"
Quddus Chong10a91472015-09-25 17:09:32 -07001857 ]
1858 },
Quddus Chong0f049722015-09-21 11:38:05 -07001859 "marshmallow/landing/more": {
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08001860 "title": "",
1861 "resources": [
Quddus Chong10a91472015-09-25 17:09:32 -07001862 "training/permissions/requesting.html",
1863 "training/backup/autosyncapi.html",
Quddus Chong1c7be2e2015-09-28 11:22:53 -07001864 "training/monitoring-device-state/doze-standby.html",
Dirk Dougherty5cd8cb02015-09-29 01:52:48 -07001865 "training/app-links/index.html",
1866 "training/articles/assistant.html",
Dirk Dougherty7a0a1f62015-10-27 13:25:57 -07001867 "training/testing/performance.html",
1868 "https://developers.google.com/android/nexus/images"
Quddus Chong0f049722015-09-21 11:38:05 -07001869 ]
1870 },
Dirk Dougherty9577d312016-01-27 14:13:40 -08001871 "tools/landing/resources": {
1872 "title": "",
1873 "resources": [
1874 "tools/studio/index.html",
1875 "tools/studio/studio-features.html",
smain@google.com89d11702016-05-14 19:20:00 -07001876 "studio/intro/index.html",
Dirk Dougherty9577d312016-01-27 14:13:40 -08001877 ]
1878 },
1879 "tools/landing/latest": {
1880 "title": "",
1881 "resources": [
1882 "https://medium.com/google-developers/how-often-should-you-update-android-studio-db25785c488e#.8blbql35x",
smain@google.com9938f2b2016-04-07 09:25:49 -07001883 "http://android-developers.blogspot.com/2016/04/android-studio-2-0.html",
Dirk Dougherty9577d312016-01-27 14:13:40 -08001884 "https://medium.com/google-developers/writing-more-code-by-writing-less-code-with-android-studio-live-templates-244f648d17c7#.hczcm02du",
1885 ]
1886 },
Billy Lambertae1277eb2016-05-03 16:23:59 -07001887 "work/landing/primary": {
1888 "title": "",
1889 "resources": [
1890 "work/overview.html",
1891 "work/guide.html",
Billy Lamberta2b3870c2016-05-17 10:17:00 -07001892 "https://www.google.com/work/android/developers/applyDevHub/",
Billy Lambertae1277eb2016-05-03 16:23:59 -07001893 "work/app-restrictions.html",
1894 "work/cosu.html",
1895 "work/managed-profiles.html"
1896 ]
1897 },
1898 "work/landing/resources": {
1899 "title": "",
1900 "resources": [
1901 "https://developers.google.com/android/work/",
1902 "https://www.google.com/work/android/",
1903 "https://developers.google.com/android/work/build-dpc",
1904 "https://www.youtube.com/watch?v=jQWB_-o1kz4&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
1905 "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
1906 "https://www.youtube.com/watch?v=dH41OutAMNM&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX"
1907 ]
1908 },
1909 "work/apps": {
1910 "title": "",
1911 "resources": [
1912 "work/managed-profiles.html",
1913 "work/app-restrictions.html",
1914 "work/cosu.html",
1915 "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
1916 "samples/AppRestrictionSchema/index.html",
1917 "samples/AppRestrictionEnforcer/index.html"
1918 ]
1919 },
1920 "work/admin": {
1921 "title": "",
1922 "resources": [
1923 "https://developers.google.com/android/work/build-dpc",
1924 "samples/BasicManagedProfile/index.html",
1925 "https://www.youtube.com/watch?v=j3QC6hcpy90"
1926 ]
1927 }
1928};