/
OZH
/
Compose-Challenges
Обзор
Документация
Войти
/
OZH
/
Compose-Challenges
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
app/src/main/res/xml/data_extraction_rules.xml
19 строк
551 B
Oleg
init commit
01 авг 2022, 12:20
01 авг 2022, 12:20
bb8ef97
Код
Авторство
О чём код?
<?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>