15 lines
663 B
XML
15 lines
663 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
|
|
<schema path="/com/ubuntu/touch/network/" id="com.ubuntu.touch.network">
|
|
<key type="b" name="flight-mode">
|
|
<default>false</default>
|
|
<summary>Enable flight mode</summary>
|
|
<description>Whether "flight mode" is enabled. In flight mode, no network traffic will happen on the device.</description>
|
|
</key>
|
|
<key type="b" name="gps">
|
|
<default>true</default>
|
|
<summary>Enable the GPS</summary>
|
|
<description>If present, whether the GPS hardware in this device is enabled.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist> |