This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.touch.network.gschema.xml is in gsettings-ubuntu-schemas 0.0.5+16.04.20160307-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?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>