2018-12-11 14:19:28 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
2023-06-04 10:12:28 +02:00
<template class="CcLocationPage" parent="AdwNavigationPage">
<property name="title" translatable="yes">Location Services</property>
<property name="tag">location-page</property>
<property name="child">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="content">
2023-06-30 22:53:16 +02:00
<object class="AdwPreferencesPage">
<property name="description" translatable="yes">Location services use GPS, Wi-Fi and cellular connections to determine the approximate location of this device. <a href='https://location.services.mozilla.com/privacy'>Learn about what data is collected, and how it is used.</a></property>
2023-01-21 17:27:23 +01:00
<child>
2023-06-30 22:53:16 +02:00
<object class="AdwPreferencesGroup">
<child>
<object class="AdwSwitchRow" id="location_row">
<property name="title" translatable="yes">_Location Services</property>
<property name="subtitle" translatable="yes">Allow permitted apps to access location data</property>
<property name="use-underline">True</property>
</object>
</child>
2023-01-21 17:27:23 +01:00
</object>
</child>
2018-12-11 14:19:28 -05:00
2023-01-21 17:27:16 +01:00
<child>
2023-06-30 22:53:16 +02:00
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Permitted Apps</property>
<property name="description" translatable="yes">The following sandboxed apps have been given access to location data. Apps that are not sandboxed can access location data without asking for permission.</property>
<child>
<object class="GtkListBox" id="location_apps_list_box">
<property name="selection-mode">none</property>
2023-01-21 17:27:16 +01:00
<style>
2023-06-30 22:53:16 +02:00
<class name="boxed-list"/>
2023-01-21 17:27:16 +01:00
</style>
2023-06-30 22:53:16 +02:00
<child type="placeholder">
<object class="GtkLabel">
<property name="margin_top">18</property>
<property name="margin_bottom">18</property>
<property name="margin_start">18</property>
<property name="margin_end">18</property>
<property name="label" translatable="yes">No sandboxed apps have asked for location access</property>
<property name="wrap">true</property>
<property name="max-width-chars">50</property>
<style>
<class name="dim-label" />
</style>
</object>
</child>
2018-12-11 14:19:28 -05:00
</object>
</child>
</object>
2023-01-21 17:27:16 +01:00
</child>
2018-12-11 14:19:28 -05:00
</object>
2023-06-04 10:12:28 +02:00
</property>
</object>
</property>
2018-12-11 14:19:28 -05:00
</template>
</interface>