main

square/leakcanary

Last updated at: 29/12/2023 09:37

data_extraction_rules.xml

TLDR

This file is a sample data extraction rules file for the LeakCanary app. It provides an example of how to use the <include> and <exclude> tags to control what data is backed up in cloud backup and device transfer operations.

Methods

N/A

Classes

N/A

<?xml version="1.0" encoding="utf-8"?><!--
   Sample data extraction rules file; uncomment and customize as necessary.
   See https://developer.android.com/about/versions/12/backup-restore#xml-changes
   for details.
-->
<data-extraction-rules>
  <cloud-backup>
    <!-- TODO: Use <include> and <exclude> to control what is backed up.
        <include .../>
        <exclude .../>
        -->
  </cloud-backup>
  <!--
    <device-transfer>
        <include .../>
        <exclude .../>
    </device-transfer>
    -->
</data-extraction-rules>