-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle_glass_explorer_edition_v2_hardware_profile.xml
76 lines (76 loc) · 2.72 KB
/
google_glass_explorer_edition_v2_hardware_profile.xml
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
<d:devices xmlns:d="http://schemas.android.com/sdk/devices/5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<d:device>
<d:name>Glass Explorer Edition 2</d:name>
<d:manufacturer>Google</d:manufacturer>
<d:meta />
<d:hardware>
<d:screen>
<d:screen-size>large</d:screen-size>
<d:diagonal-length>5.00</d:diagonal-length>
<d:pixel-density>mdpi</d:pixel-density>
<d:screen-ratio>long</d:screen-ratio>
<d:dimensions>
<d:x-dimension>640</d:x-dimension>
<d:y-dimension>360</d:y-dimension>
</d:dimensions>
<d:xdpi>136.86</d:xdpi>
<d:ydpi>136.86</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
</d:networking>
<d:sensors>
Accelerometer
Compass
magnetometer
</d:sensors>
<d:mic>true</d:mic>
<d:camera>
<d:location>back</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">2</d:ram>
<d:buttons>hard</d:buttons>
<d:internal-storage unit="GiB">
6
</d:internal-storage>
<d:removable-storage unit="TiB" />
<d:cpu>OMAP 4430</d:cpu>
<d:gpu>PowerVR SGX540</d:gpu>
<d:abi>
armeabi
armeabi-v7a
arm64-v8a
</d:abi>
<d:dock />
<d:power-type>battery</d:power-type>
<d:skin>_no_skin</d:skin>
</d:hardware>
<d:software>
<d:api-level>19</d:api-level>
<d:live-wallpaper-support>true</d:live-wallpaper-support>
<d:bluetooth-profiles />
<d:gl-version>2.0</d:gl-version>
<d:gl-extensions />
<d:status-bar>false</d:status-bar>
</d:software>
<d:state
name="Landscape"
default="true">
<d:description>The device in landscape orientation</d:description>
<d:screen-orientation>land</d:screen-orientation>
<d:keyboard-state>keyssoft</d:keyboard-state>
<d:nav-state>navhidden</d:nav-state>
</d:state>
</d:device>
</d:devices>