aboutsummaryrefslogtreecommitdiff
path: root/files/devices.xml
blob: 0c7cb96ee85f065752dd56722d965ee893ba4db0 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<?xml version="1.0" encoding="UTF-8"?>

<d:devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:d="http://schemas.android.com/sdk/devices/1">

    <d:device>
        <d:name>Nexus One</d:name>
        <d:manufacturer>Google</d:manufacturer>
        <d:hardware>
            <d:screen>
                <d:screen-size>normal</d:screen-size>
                <d:diagonal-length>3.7</d:diagonal-length>
                <d:pixel-density>hdpi</d:pixel-density>
                <d:screen-ratio>long</d:screen-ratio>
                <d:dimensions>
                    <d:x-dimension>480</d:x-dimension>
                    <d:y-dimension>800</d:y-dimension>
                </d:dimensions>
                <d:xdpi>254</d:xdpi>
                <d:ydpi>254</d:ydpi>
                <d:touch>
                    <d:multitouch>basic</d:multitouch>
                    <d:mechanism>finger</d:mechanism>
                    <d:screen-type>capacitive</d:screen-type>
                </d:touch>
            </d:screen>
            <d:networking>
                Wifi
                Bluetooth
            </d:networking>
            <d:sensors>
                Accelerometer
                Compass
                GPS
                LightSensor
                ProximitySensor
            </d:sensors>
            <d:mic>true</d:mic>
            <d:camera>
                <d:location>back</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>true</d:flash>
            </d:camera>
            <d:keyboard>nokeys</d:keyboard>
            <d:nav>trackball</d:nav>
            <d:ram unit="MiB">512</d:ram>
            <d:buttons>hard</d:buttons>
            <d:internal-storage unit="MiB">503</d:internal-storage>
            <d:removable-storage unit="MiB">0</d:removable-storage>
            <d:cpu>Qualcomm Scorpion</d:cpu>
            <d:gpu>Qualcomm Adreno 200</d:gpu>
            <d:abi>
                armeabi-v7a
                armeabi
            </d:abi>
            <d:dock> </d:dock>
            <d:power-type>battery</d:power-type>
        </d:hardware>
        <d:software>
            <d:api-level>7-10</d:api-level>
            <d:live-wallpaper-support>true</d:live-wallpaper-support>
            <d:bluetooth-profiles> </d:bluetooth-profiles>
            <d:gl-version>2.0</d:gl-version>
            <d:gl-extensions>
            </d:gl-extensions>
            <d:status-bar>true</d:status-bar>
        </d:software>
        <d:state name="Portrait" default="true">
            <d:description>The phone in portrait view</d:description>
            <d:screen-orientation>port</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
        <d:state name="Landscape">
            <d:description>The phone in landscape view</d:description>
            <d:screen-orientation>land</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
    </d:device>
    <d:device>
        <d:name>Nexus S</d:name>
        <d:manufacturer>Google</d:manufacturer>
        <d:hardware>
            <d:screen>
                <d:screen-size>normal</d:screen-size>
                <d:diagonal-length>4</d:diagonal-length>
                <d:pixel-density>hdpi</d:pixel-density>
                <d:screen-ratio>long</d:screen-ratio>
                <d:dimensions>
                    <d:x-dimension>480</d:x-dimension>
                    <d:y-dimension>800</d:y-dimension>
                </d:dimensions>
                <d:xdpi>235</d:xdpi>
                <d:ydpi>235</d:ydpi>
                <d:touch>
                    <d:multitouch>jazz-hands</d:multitouch>
                    <d:mechanism>finger</d:mechanism>
                    <d:screen-type>capacitive</d:screen-type>
                </d:touch>
            </d:screen>
            <d:networking>
                Wifi
                Bluetooth
                NFC
            </d:networking>
            <d:sensors>
                Accelerometer
                Compass
                GPS
                Gyroscope
                LightSensor
                ProximitySensor
            </d:sensors>
            <d:mic>true</d:mic>
            <d:camera>
                <d:location>back</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>true</d:flash>
            </d:camera>
            <d:camera>
                <d:location>front</d:location>
                <d:autofocus>false</d:autofocus>
                <d:flash>false</d:flash>
            </d:camera>
            <d:keyboard>nokeys</d:keyboard>
            <d:nav>nonav</d:nav>
            <d:ram unit="KiB">351428</d:ram>
            <d:buttons>hard</d:buttons>
            <d:internal-storage unit="MiB">503</d:internal-storage>
            <d:removable-storage unit="MiB">0</d:removable-storage>
            <d:cpu>Samsung Exynos 3110</d:cpu>
            <d:gpu>PowerVR SGX 540</d:gpu>
            <d:abi>
                armeabi-v7a
                armeabi
            </d:abi>
            <d:dock> </d:dock>
            <d:power-type>battery</d:power-type>
        </d:hardware>
        <d:software>
            <d:api-level>9-16</d:api-level>
            <d:live-wallpaper-support>true</d:live-wallpaper-support>
            <d:bluetooth-profiles> </d:bluetooth-profiles>
            <d:gl-version>2.0</d:gl-version>
            <d:gl-extensions>
                GL_EXT_debug_marker
                GL_OES_rgb8_rgba8
                GL_OES_depth24
                GL_OES_vertex_half_float
                GL_OES_texture_float
                GL_OES_texture_half_float
                GL_OES_element_index_uint
                GL_OES_mapbuffer
                GL_OES_fragment_precision_high
                GL_OES_compressed_ETC1_RGB8_texture
                GL_OES_EGL_image
                GL_OES_EGL_image_external
                GL_OES_required_internalformat
                GL_OES_depth_texture
                GL_OES_get_program_binary
                GL_OES_packed_depth_stencil
                GL_OES_standard_derivatives
                GL_OES_vertex_array_object
                GL_OES_egl_sync
                GL_EXT_multi_draw_arrays
                GL_EXT_texture_format_BGRA8888
                GL_EXT_discard_framebuffer
                GL_EXT_shader_texture_lod
                GL_IMG_shader_binary
                GL_IMG_texture_compression_pvrtc
                GL_IMG_texture_npot
                GL_IMG_texture_format_BGRA8888
                GL_IMG_read_format
                GL_IMG_program_binary
                GL_IMG_multisampled_render_to_texture
            </d:gl-extensions>
            <d:status-bar>true</d:status-bar>
        </d:software>
        <d:state name="Portrait" default="true">
            <d:description>The phone in portrait view</d:description>
            <d:screen-orientation>port</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
        <d:state name="Landscape">
            <d:description>The phone in landscape view</d:description>
            <d:screen-orientation>land</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
    </d:device>

    <d:device>
        <d:name>Galaxy Nexus</d:name>
        <d:manufacturer>Google</d:manufacturer>
        <d:hardware>
            <d:screen>
                <d:screen-size>normal</d:screen-size>
                <d:diagonal-length>4.65</d:diagonal-length> <!-- In inches -->
                <d:pixel-density>xhdpi</d:pixel-density>
                <d:screen-ratio>long</d:screen-ratio>
                <d:dimensions>
                    <d:x-dimension>720</d:x-dimension>
                    <d:y-dimension>1280</d:y-dimension>
                </d:dimensions>
                <d:xdpi>316</d:xdpi>
                <d:ydpi>316</d:ydpi>
                <d:touch>
                    <d:multitouch>jazz-hands</d:multitouch>
                    <d:mechanism>finger</d:mechanism>
                    <d:screen-type>capacitive</d:screen-type>
                </d:touch>
            </d:screen>
            <d:networking>
                Bluetooth
                Wifi
                NFC
            </d:networking>
            <d:sensors>
                Accelerometer
                Barometer
                Gyroscope
                Compass
                GPS
                ProximitySensor
            </d:sensors>
            <d:mic>true</d:mic>
            <d:camera>
                <d:location>front</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>false</d:flash>
            </d:camera>
            <d:camera>
                <d:location>back</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>true</d:flash>
            </d:camera>
            <d:keyboard>nokeys</d:keyboard>
            <d:nav>nonav</d:nav>
            <d:ram unit="GiB">1</d:ram>
            <d:buttons>soft</d:buttons>
            <d:internal-storage unit="GiB">16</d:internal-storage>
            <d:removable-storage unit="KiB"></d:removable-storage>
            <d:cpu>OMAP 4460</d:cpu> <!-- cpu type (Tegra3) freeform -->
            <d:gpu>PowerVR SGX540</d:gpu>
            <d:abi>
                armeabi
                armeabi-v7a
            </d:abi>
            <!--dock (car, desk, tv, none)-->
            <d:dock>
            </d:dock>
            <!-- power-type (battery, plugged-in) -->
            <d:power-type>battery</d:power-type>
        </d:hardware>
        <d:software>
            <d:api-level>14-</d:api-level>
            <d:live-wallpaper-support>true</d:live-wallpaper-support>
            <d:bluetooth-profiles>
                HSP
                HFP
                SPP
                A2DP
                AVRCP
                OPP
                PBAP
                GAVDP
                AVDTP
                HID
                HDP
                PAN
            </d:bluetooth-profiles>
            <d:gl-version>2.0</d:gl-version>
            <!--
             These can be gotten via
             javax.microedition.khronos.opengles.GL10.glGetString(GL10.GL_EXTENSIONS);
            -->
            <d:gl-extensions>
                GL_EXT_discard_framebuffer
                GL_EXT_multi_draw_arrays
                GL_EXT_shader_texture_lod
                GL_EXT_texture_format_BGRA8888
                GL_IMG_multisampled_render_to_texture
                GL_IMG_program_binary
                GL_IMG_read_format
                GL_IMG_shader_binary
                GL_IMG_texture_compression_pvrtc
                GL_IMG_texture_format_BGRA8888
                GL_IMG_texture_npot
                GL_OES_compressed_ETC1_RGB8_texture
                GL_OES_depth_texture
                GL_OES_depth24
                GL_OES_EGL_image
                GL_OES_EGL_image_external
                GL_OES_egl_sync
                GL_OES_element_index_uint
                GL_OES_fragment_precision_high
                GL_OES_get_program_binary
                GL_OES_mapbuffer
                GL_OES_packed_depth_stencil
                GL_OES_required_internalformat
                GL_OES_rgb8_rgba8
                GL_OES_standard_derivatives
                GL_OES_texture_float
                GL_OES_texture_half_float
                GL_OES_vertex_array_object
                GL_OES_vertex_half_float
            </d:gl-extensions>
            <d:status-bar>true</d:status-bar>
        </d:software>
        <d:state name="Portrait" default="true">
            <d:description>The phone in portrait view</d:description>
            <d:screen-orientation>port</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
        <d:state name="Landscape">
            <d:description>The phone in landscape view</d:description>
            <d:screen-orientation>land</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
    </d:device>
    <d:device>
        <d:name>Nexus 7</d:name>
        <d:manufacturer>Google</d:manufacturer>
        <d:hardware>
            <d:screen>
                <d:screen-size>large</d:screen-size>
                <d:diagonal-length>7.27</d:diagonal-length>
                <d:pixel-density>tvdpi</d:pixel-density>
                <d:screen-ratio>notlong</d:screen-ratio>
                <d:dimensions>
                    <d:x-dimension>800</d:x-dimension>
                    <d:y-dimension>1280</d:y-dimension>
                </d:dimensions>
                <d:xdpi>195</d:xdpi>
                <d:ydpi>200</d:ydpi>
                <d:touch>
                    <d:multitouch>jazz-hands</d:multitouch>
                    <d:mechanism>finger</d:mechanism>
                    <d:screen-type>capacitive</d:screen-type>
                </d:touch>
            </d:screen>
            <d:networking>
                Wifi
                Bluetooth
                NFC
            </d:networking>
            <d:sensors>
                Accelerometer
                Compass
                GPS
                Gyroscope
                LightSensor
            </d:sensors>
            <d:mic>true</d:mic>
            <d:camera>
                <d:location>front</d:location>
                <d:autofocus>false</d:autofocus>
                <d:flash>false</d:flash>
            </d:camera>
            <d:keyboard>nokeys</d:keyboard>
            <d:nav>nonav</d:nav>
            <d:ram unit="GiB">1</d:ram>
            <d:buttons>soft</d:buttons>
            <d:internal-storage unit="GiB">8</d:internal-storage>
            <d:removable-storage unit="MiB"> </d:removable-storage>
            <d:cpu> Tegra3 </d:cpu>
            <d:gpu> Tegra3 </d:gpu>
            <d:abi>
                armeabi-v7a
                armeabi
            </d:abi>
            <d:dock> </d:dock>
            <d:power-type>battery</d:power-type>
        </d:hardware>

        <d:software>
            <d:api-level>16</d:api-level>
            <d:live-wallpaper-support>true</d:live-wallpaper-support>
            <d:bluetooth-profiles> </d:bluetooth-profiles>
            <d:gl-version>2.0</d:gl-version>
            <d:gl-extensions> </d:gl-extensions>
            <d:status-bar>true</d:status-bar>
        </d:software>

        <d:state name="Portrait" default="true">
            <d:description>The phone in portrait view</d:description>
            <d:screen-orientation>port</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
        <d:state name="Landscape">
            <d:description>The phone in landscape view</d:description>
            <d:screen-orientation>land</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>

    </d:device>

    <d:device>
        <d:name>Nexus 4</d:name>
        <d:manufacturer>Google</d:manufacturer>
        <d:hardware>
            <d:screen>
                <d:screen-size>normal</d:screen-size>
                <d:diagonal-length>4.7</d:diagonal-length>
                <d:pixel-density>xhdpi</d:pixel-density>
                <d:screen-ratio>notlong</d:screen-ratio>
                <d:dimensions>
                    <d:x-dimension>768</d:x-dimension>
                    <d:y-dimension>1280</d:y-dimension>
                </d:dimensions>
                <d:xdpi>320</d:xdpi>
                <d:ydpi>320</d:ydpi>
                <d:touch>
                    <d:multitouch>jazz-hands</d:multitouch>
                    <d:mechanism>finger</d:mechanism>
                    <d:screen-type>capacitive</d:screen-type>
                </d:touch>
            </d:screen>
            <d:networking>
                Wifi
                Bluetooth
                NFC
            </d:networking>
            <d:sensors>
                Accelerometer
                Barometer
                Compass
                GPS
                Gyroscope
                LightSensor
                ProximitySensor
            </d:sensors>
            <d:mic>true</d:mic>
            <d:camera>
                <d:location>back</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>true</d:flash>
            </d:camera>
            <d:camera>
                <d:location>front</d:location>
                <d:autofocus>false</d:autofocus>
                <d:flash>false</d:flash>
            </d:camera>
            <d:keyboard>nokeys</d:keyboard>
            <d:nav>nonav</d:nav>
            <d:ram unit="KiB">1953125</d:ram>
            <d:buttons>soft</d:buttons>
            <d:internal-storage unit="KiB">7811891</d:internal-storage>
            <d:removable-storage unit="MiB"></d:removable-storage>
            <d:cpu>Qualcomm Snapdragon S4 Pro</d:cpu>
            <d:gpu>Adreno 320</d:gpu>
            <d:abi>
                armeabi-v7a
                armeabi
            </d:abi>
            <d:dock></d:dock>
            <d:power-type>battery</d:power-type>
        </d:hardware>
        <d:software>
            <d:api-level>16</d:api-level>
            <d:live-wallpaper-support>true</d:live-wallpaper-support>
            <d:bluetooth-profiles></d:bluetooth-profiles>
            <d:gl-version>2.0</d:gl-version>
            <d:gl-extensions>GL_EXT_debug_marker GL_AMD_compressed_ATC_texture
                GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness
                GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence
                GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24
                GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint
                GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary
                GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives
                GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float
                GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float
                GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test
                GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode
                GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering
                GL_QCOM_writeonly_rendering GL_EXT_sRGB
            </d:gl-extensions>
            <d:status-bar>true</d:status-bar>
        </d:software>
        <d:state name="Portrait" default="true">
            <d:description>The phone in portrait view</d:description>
            <d:screen-orientation>port</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
        <d:state name="Landscape">
            <d:description>The phone in landscape view</d:description>
            <d:screen-orientation>land</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
    </d:device>

    <d:device>
        <d:name>Nexus 10</d:name>
        <d:manufacturer>Google</d:manufacturer>
        <d:hardware>
            <d:screen>
                <d:screen-size>xlarge</d:screen-size>
                <d:diagonal-length>10.055</d:diagonal-length>
                <d:pixel-density>xhdpi</d:pixel-density>
                <d:screen-ratio>notlong</d:screen-ratio>
                <d:dimensions>
                    <d:x-dimension>2560</d:x-dimension>
                    <d:y-dimension>1600</d:y-dimension>
                </d:dimensions>
                <d:xdpi>300</d:xdpi>
                <d:ydpi>300</d:ydpi>
                <d:touch>
                    <d:multitouch>jazz-hands</d:multitouch>
                    <d:mechanism>finger</d:mechanism>
                    <d:screen-type>capacitive</d:screen-type>
                </d:touch>
            </d:screen>
            <d:networking>
                Wifi
                Bluetooth
                NFC
            </d:networking>
            <d:sensors>
                Accelerometer
                Barometer
                Compass
                GPS
                Gyroscope
                LightSensor
            </d:sensors>
            <d:mic>true</d:mic>
            <d:camera>
                <d:location>back</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>true</d:flash>
            </d:camera>
            <d:camera>
                <d:location>front</d:location>
                <d:autofocus>false</d:autofocus>
                <d:flash>false</d:flash>
            </d:camera>
            <d:keyboard>nokeys</d:keyboard>
            <d:nav>nonav</d:nav>
            <d:ram unit="KiB">1953125</d:ram>
            <d:buttons>soft</d:buttons>
            <d:internal-storage unit="KiB">15623782</d:internal-storage>
            <d:removable-storage unit="MiB"></d:removable-storage>
            <d:cpu>Dual-core A15</d:cpu>
            <d:gpu>Quad-core Mali T604</d:gpu>
            <d:abi>
                armeabi-v7a
                armeabi
            </d:abi>
            <d:dock></d:dock>
            <d:power-type>battery</d:power-type>
        </d:hardware>
        <d:software>
            <d:api-level>16</d:api-level>
            <d:live-wallpaper-support>true</d:live-wallpaper-support>
            <d:bluetooth-profiles></d:bluetooth-profiles>
            <d:gl-version>2.0</d:gl-version>
            <d:gl-extensions>GL_EXT_debug_marker GL_ARM_rgba8 GL_ARM_mali_shader_binary
                GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map
                GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra
                GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture
                GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external
                GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float
                GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer
                GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV
                GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers
                GL_EXT_occlusion_query_boolean GL_EXT_blend_minmax GL_EXT_discard_framebuffer
                GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage
                GL_EXT_multisampled_render_to_texture GL_OES_surfaceless_context
                GL_ARM_mali_program_binary
            </d:gl-extensions>
            <d:status-bar>true</d:status-bar>
        </d:software>
        <d:state name="Portrait">
            <d:description>The phone in portrait view</d:description>
            <d:screen-orientation>port</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
        <d:state name="Landscape" default="true">
            <d:description>The phone in landscape view</d:description>
            <d:screen-orientation>land</d:screen-orientation>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-state>nonav</d:nav-state>
        </d:state>
    </d:device>

</d:devices>