Skip to content

Privacy#

Defaults#

Commented File-structure#

privacy.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- The phones privacy settings -->
<privacy version="1.34.0">
  <!-- Settings for sentry -->
  <sentry>
    <!-- Whether errors in the phone should be reported with sentry
         to the developers.
         This option is subject to data protection laws in the users country.
         Activating this may require you to inform the user about this.
         type: boolean -->
    <sendErrors>false</sendErrors>
    <!-- Whether the admin has already been asked to report errors.
         If true, the administrator shouldn't be bothered anymore.
         type: boolean -->
    <permissionAsked>false</permissionAsked>
  </sentry>
</privacy>