This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.phone.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
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
    <schema path="/com/ubuntu/phone/" id="com.ubuntu.phone">
        <key type="a{ss}" name="sim-names">
            <summary>Name per modem path</summary>
            <default>{}</default>
            <description>Mapping of modem paths to SIM names.</description>
        </key>
        <key type="s" name="default-sim-for-calls">
            <default>"ask"</default>
            <description>Default sim card to use for calls, defined by a modem path or "ask".</description>
        </key>
        <key type="s" name="default-sim-for-messages">
            <default>"ask"</default>
            <description>Default sim card to use for messages, defined by a modem path or "ask".</description>
        </key>
        <key type="b" name="mms-group-chat-enabled">
            <default>false</default>
            <description>Enable sending group chat messages over MMS.</description>
        </key>
    </schema>
</schemalist>