1<device-state-config> 2 <device-state> 3 <identifier>0</identifier> 4 <name>CLOSED</name> 5 <conditions> 6 <lid-switch> 7 <open>false</open> 8 </lid-switch> 9 </conditions> 10 </device-state> 11 <device-state> 12 <identifier>1</identifier> 13 <name>HALF_OPENED</name> 14 <conditions> 15 <lid-switch> 16 <open>true</open> 17 </lid-switch> 18 <sensor> 19 <type>android.sensor.hinge_angle</type> 20 <name>Hinge Angle Sensor</name> 21 <value> 22 <min>0</min> 23 <max>180</max> 24 </value> 25 </sensor> 26 </conditions> 27 </device-state> 28 <device-state> 29 <identifier>2</identifier> 30 <name>OPENED</name> 31 <conditions> 32 <lid-switch> 33 <open>true</open> 34 </lid-switch> 35 </conditions> 36 </device-state> 37</device-state-config> 38