Files
android-backup-gui/app/lint-baseline.xml
sakuradairong 818faefa86 release: v1.15
修复: 备份异常 EPERM (Operation not permitted) 导致整个备份中断
- BackupOperation: 检查 mkdirs 返回值,writeText 异常时优雅降级而非抛出
- BackupScreen: 增加异常完整堆栈记录和智能提示(EPERM/EACCES)
2026-06-08 14:18:28 +08:00

1743 lines
65 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">
<issue
id="UnusedAttribute"
message="Attribute `dataExtractionRules` is only used in API level 31 and higher (current min is 24)"
errorLine1=" android:dataExtractionRules=&quot;@xml/data_extraction_rules&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="14"
column="9"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of org.jetbrains.kotlin:kotlin-stdlib than 1.9.22 is available: 2.3.10"
errorLine1=" implementation &quot;org.jetbrains.kotlin:kotlin-stdlib:1.9.22&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="101"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.core:core-ktx than 1.12.0 is available: 1.19.0"
errorLine1=" implementation &apos;androidx.core:core-ktx:1.12.0&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="102"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of com.google.android.material:material than 1.11.0 is available: 1.14.0"
errorLine1=" implementation &apos;com.google.android.material:material:1.11.0&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="103"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-viewmodel-ktx than 2.7.0 is available: 2.10.0"
errorLine1=" implementation &apos;androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="104"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-viewmodel-compose than 2.7.0 is available: 2.10.0"
errorLine1=" implementation &apos;androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="105"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-runtime-compose than 2.7.0 is available: 2.10.0"
errorLine1=" implementation &apos;androidx.lifecycle:lifecycle-runtime-compose:2.7.0&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="106"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.compose:compose-bom than 2024.02.00 is available: 2026.05.01"
errorLine1=" def composeBom = platform(&apos;androidx.compose:compose-bom:2024.02.00&apos;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="109"
column="31"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.navigation:navigation-compose than 2.7.7 is available: 2.9.8"
errorLine1=" implementation &apos;androidx.navigation:navigation-compose:2.7.7&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="117"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of androidx.activity:activity-compose than 1.8.2 is available: 1.13.0"
errorLine1=" implementation &apos;androidx.activity:activity-compose:1.8.2&apos;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="118"
column="20"/>
</issue>
<issue
id="GradleDependency"
message="A newer version of org.jetbrains.kotlinx:kotlinx-coroutines-test than 1.7.3 is available: 1.8.0"
errorLine1=" testImplementation &quot;org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
line="139"
column="24"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;apps&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;selected_apps&quot;>Selected %d/%d apps&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="53"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;apps&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;scan_result&quot;>Found %d apps, all selected&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="57"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;apps&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;backing_up_apps&quot;>Backing up %d apps…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="59"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;apps&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;cumulative_backup&quot;>Cumulative backup: %d apps (%d from snapshot)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="63"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;apps&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;backing_up&quot;>Backing up: %d apps…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="65"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;files&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;restic_dedup_progress&quot;>Dedup repo: %.0f%% (%d/%d files)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="67"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;Failed&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;success_fail&quot;>Success: %d Failed: %d&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="70"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;backup&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;backup_apps_count&quot;>%d backup apps&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="75"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;apps&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;restic_snapshot_apps_prompt&quot;>%d apps in snapshot, tap Restore to begin&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="82"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;apps&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;restoring_apps&quot;>Restoring %d apps…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="85"
column="5"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;snapshots&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;repo_ready&quot;>Repo ready, %d snapshots&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-en/strings.xml"
line="108"
column="5"/>
</issue>
<issue
id="DataExtractionRules"
message="The attribute `android:dataExtractionRules` only applies for Android 12 and higher; since `minSdkVersion` is API 24 you should also set `android:fullBackupContent`"
errorLine1=" android:dataExtractionRules=&quot;@xml/data_extraction_rules&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="14"
column="38"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.consoleBg` appears to be unused"
errorLine1=" &lt;color name=&quot;consoleBg&quot;>#263238&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="49"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.consoleText` appears to be unused"
errorLine1=" &lt;color name=&quot;consoleText&quot;>#ECEFF1&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="50"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.card_padding_horizontal` appears to be unused"
errorLine1=" &lt;dimen name=&quot;card_padding_horizontal&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="4"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.card_padding_vertical` appears to be unused"
errorLine1=" &lt;dimen name=&quot;card_padding_vertical&quot;>12dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="5"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.card_radius` appears to be unused"
errorLine1=" &lt;dimen name=&quot;card_radius&quot;>12dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="6"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.card_margin_bottom` appears to be unused"
errorLine1=" &lt;dimen name=&quot;card_margin_bottom&quot;>8dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="7"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.list_item_text_size` appears to be unused"
errorLine1=" &lt;dimen name=&quot;list_item_text_size&quot;>15sp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="10"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.fragment_horizontal_padding` appears to be unused"
errorLine1=" &lt;dimen name=&quot;fragment_horizontal_padding&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="13"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.bottom_nav_padding_bottom` appears to be unused"
errorLine1=" &lt;dimen name=&quot;bottom_nav_padding_bottom&quot;>0dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="16"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_config` appears to be unused"
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/drawable/ic_config.xml"
line="2"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.script_label` appears to be unused"
errorLine1=" &lt;string name=&quot;script_label&quot;>选择脚本&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.param_label` appears to be unused"
errorLine1=" &lt;string name=&quot;param_label&quot;>脚本参数&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="5"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.param_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;param_hint&quot;>输入命令行参数&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="6"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.run_button` appears to be unused"
errorLine1=" &lt;string name=&quot;run_button&quot;>▶ 执行&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.stop_button` appears to be unused"
errorLine1=" &lt;string name=&quot;stop_button&quot;>■ 停止&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.clear_button` appears to be unused"
errorLine1=" &lt;string name=&quot;clear_button&quot;>清空输出&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="9"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.root_toggle` appears to be unused"
errorLine1=" &lt;string name=&quot;root_toggle&quot;>Root 权限&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="10"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.status_ready` appears to be unused"
errorLine1=" &lt;string name=&quot;status_ready&quot;>就绪&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="11"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.status_running` appears to be unused"
errorLine1=" &lt;string name=&quot;status_running&quot;>执行中…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="12"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.status_done` appears to be unused"
errorLine1=" &lt;string name=&quot;status_done&quot;>完成 (退出码: %d)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="13"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.status_error` appears to be unused"
errorLine1=" &lt;string name=&quot;status_error&quot;>执行失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="14"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.status_cancelled` appears to be unused"
errorLine1=" &lt;string name=&quot;status_cancelled&quot;>已取消&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="15"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.exclude_data_toggle` appears to be unused"
errorLine1=" &lt;string name=&quot;exclude_data_toggle&quot;>切换数据排除&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="16"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_title` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_title&quot;>应用备份&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="18"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.scan_apps` appears to be unused"
errorLine1=" &lt;string name=&quot;scan_apps&quot;>扫描应用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="19"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.user_label` appears to be unused"
errorLine1=" &lt;string name=&quot;user_label&quot;>用户: &lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="20"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.output_dir_label` appears to be unused"
errorLine1=" &lt;string name=&quot;output_dir_label&quot;>输出目录: &lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="21"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.change` appears to be unused"
errorLine1=" &lt;string name=&quot;change&quot;>修改&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="22"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.sort_by_size` appears to be unused"
errorLine1=" &lt;string name=&quot;sort_by_size&quot;>大小&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="23"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.select_all` appears to be unused"
errorLine1=" &lt;string name=&quot;select_all&quot;>全选&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="24"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.deselect_all` appears to be unused"
errorLine1=" &lt;string name=&quot;deselect_all&quot;>取消全选&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="25"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.show_system_apps` appears to be unused"
errorLine1=" &lt;string name=&quot;show_system_apps&quot;>显示系统应用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="26"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.scan_prompt` appears to be unused"
errorLine1=" &lt;string name=&quot;scan_prompt&quot;>点击扫描以载入应用列表&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="27"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.start_backup` appears to be unused"
errorLine1=" &lt;string name=&quot;start_backup&quot;>开始备份选中应用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="28"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_options` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_options&quot;>备份选项&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="31"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_mode_desc` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_mode_desc&quot;>备份数据+安装包 (关闭则仅备份安装包)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="32"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_user_data` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_user_data&quot;>备份用户数据&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="33"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_obb` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_obb&quot;>备份 OBB 外部数据包&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="34"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_wifi` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_wifi&quot;>备份 WiFi 设置&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="35"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.ignore_running_apps` appears to be unused"
errorLine1=" &lt;string name=&quot;ignore_running_apps&quot;>忽略运行中的应用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="36"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.output_path` appears to be unused"
errorLine1=" &lt;string name=&quot;output_path&quot;>输出路径&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="37"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.output_path_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;output_path_hint&quot;>输出路径 (留空使用默认)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="38"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.compression_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;compression_hint&quot;>压缩算法 (zstd / tar)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="39"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_cloud_backup` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_cloud_backup&quot;>Restic 云端备份&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="40"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_enable_desc` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_enable_desc&quot;>启用 restic 增量去重 (需安装 restic 二进制)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="41"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.storage_location` appears to be unused"
errorLine1=" &lt;string name=&quot;storage_location&quot;>存储位置&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="42"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backend_local` appears to be unused"
errorLine1=" &lt;string name=&quot;backend_local&quot;>本机&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="43"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backend_webdav` appears to be unused"
errorLine1=" &lt;string name=&quot;backend_webdav&quot;>WebDAV&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="44"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backend_smb` appears to be unused"
errorLine1=" &lt;string name=&quot;backend_smb&quot;>SMB&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="45"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backend_rest_server` appears to be unused"
errorLine1=" &lt;string name=&quot;backend_rest_server&quot;>REST Server&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="46"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.webdav_url_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;webdav_url_hint&quot;>WebDAV 地址 (http://host:port/path)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="47"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.smb_share_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;smb_share_hint&quot;>SMB 共享名称 (如 backup、shared)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="48"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.username_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;username_hint&quot;>用户名&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="49"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.password_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;password_hint&quot;>密码&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="50"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_password_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_password_hint&quot;>仓库加密密码&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="51"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_password_confirm_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_password_confirm_hint&quot;>确认仓库密码&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="52"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.repo_name_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;repo_name_hint&quot;>仓库名称&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="53"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.save_config` appears to be unused"
errorLine1=" &lt;string name=&quot;save_config&quot;>保存配置&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="54"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.init_repo` appears to be unused"
errorLine1=" &lt;string name=&quot;init_repo&quot;>初始化&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="55"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.repo_stats` appears to be unused"
errorLine1=" &lt;string name=&quot;repo_stats&quot;>统计&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="56"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.repo_prune` appears to be unused"
errorLine1=" &lt;string name=&quot;repo_prune&quot;>清理&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="57"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restore_title` appears to be unused"
errorLine1=" &lt;string name=&quot;restore_title&quot;>应用恢复&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="60"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.local_restore` appears to be unused"
errorLine1=" &lt;string name=&quot;local_restore&quot;>本地&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="61"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_restore` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_restore&quot;>从快照恢复&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="62"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.no_backup_dir` appears to be unused"
errorLine1=" &lt;string name=&quot;no_backup_dir&quot;>未选择备份目录&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="63"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.select_backup_prompt` appears to be unused"
errorLine1=" &lt;string name=&quot;select_backup_prompt&quot;>请先选择备份文件夹&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="64"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.start_restore` appears to be unused"
errorLine1=" &lt;string name=&quot;start_restore&quot;>开始恢复选中应用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="65"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.user_load_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;user_load_failed&quot;>加载用户失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="68"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.selected_apps` appears to be unused"
errorLine1=" &lt;string name=&quot;selected_apps&quot;>已选择 %d/%d 个应用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="69"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_dir_not_found` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_dir_not_found&quot;>未找到备份目录,请确保 Backup_* 文件夹存在于 %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="70"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.scanning_apps` appears to be unused"
errorLine1=" &lt;string name=&quot;scanning_apps&quot;>正在扫描应用…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="73"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.scan_result` appears to be unused"
errorLine1=" &lt;string name=&quot;scan_result&quot;>共找到 %d 个应用,全部已选中&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="74"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.scan_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;scan_failed&quot;>扫描应用失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="75"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backing_up_apps` appears to be unused"
errorLine1=" &lt;string name=&quot;backing_up_apps&quot;>正在备份 %d 个应用…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="76"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.checking_snapshots` appears to be unused"
errorLine1=" &lt;string name=&quot;checking_snapshots&quot;>正在检查 restic 历史快照…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="77"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_not_init` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_not_init&quot;>restic 本地仓库未初始化,请先在设置中初始化&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="78"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.found_snapshots` appears to be unused"
errorLine1=" &lt;string name=&quot;found_snapshots&quot;>发现历史快照,将合并为累积备份&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="79"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.cumulative_backup` appears to be unused"
errorLine1=" &lt;string name=&quot;cumulative_backup&quot;>累积备份: %d 个应用 (%d 个来自历史快照)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="80"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restoring_snapshots` appears to be unused"
errorLine1=" &lt;string name=&quot;restoring_snapshots&quot;>正在恢复历史快照…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="81"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backing_up` appears to be unused"
errorLine1=" &lt;string name=&quot;backing_up&quot;>正在备份: %d 个应用…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="82"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.writing_restic` appears to be unused"
errorLine1=" &lt;string name=&quot;writing_restic&quot;>正在写入 restic 去重仓库…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="83"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_dedup_progress` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_dedup_progress&quot;>去重仓库: %.0f%% (%d/%d 个文件)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="84"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_snapshot_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_snapshot_failed&quot;>restic 快照失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="85"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_complete` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_complete&quot;>备份完成!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="86"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.success_fail` appears to be unused"
errorLine1=" &lt;string name=&quot;success_fail&quot;>成功: %d 失败: %d&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="87"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.elapsed_seconds` appears to be unused"
errorLine1=" &lt;string name=&quot;elapsed_seconds&quot;>耗时: %d秒&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="88"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.select_backup_dir` appears to be unused"
errorLine1=" &lt;string name=&quot;select_backup_dir&quot;>选择备份目录&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="91"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.cancel` appears to be unused"
errorLine1=" &lt;string name=&quot;cancel&quot;>取消&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="92"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.backup_apps_count` appears to be unused"
errorLine1=" &lt;string name=&quot;backup_apps_count&quot;>共 %d 个备份应用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="93"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.syncing_repo` appears to be unused"
errorLine1=" &lt;string name=&quot;syncing_repo&quot;>正在同步远程仓库到本地…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="94"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.snapshot_load_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;snapshot_load_failed&quot;>读取快照失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="95"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.no_snapshots` appears to be unused"
errorLine1=" &lt;string name=&quot;no_snapshots&quot;>没有可用的 restic 快照&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="96"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.selection_cancelled` appears to be unused"
errorLine1=" &lt;string name=&quot;selection_cancelled&quot;>已取消选择&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="97"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.no_backup_path_in_snapshot` appears to be unused"
errorLine1=" &lt;string name=&quot;no_backup_path_in_snapshot&quot;>快照中找不到备份路径&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="98"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.cannot_read_applist` appears to be unused"
errorLine1=" &lt;string name=&quot;cannot_read_applist&quot;>无法从快照读取应用列表&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="99"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_snapshot_apps_prompt` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_snapshot_apps_prompt&quot;>restic 快照共 %d 个应用,点击恢复开始&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="100"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.snapshot_select_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;snapshot_select_failed&quot;>选择快照失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="101"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.select_snapshot` appears to be unused"
errorLine1=" &lt;string name=&quot;select_snapshot&quot;>选择快照&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="102"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restoring_apps` appears to be unused"
errorLine1=" &lt;string name=&quot;restoring_apps&quot;>正在恢复 %d 个应用…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="103"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restoring_to_staging` appears to be unused"
errorLine1=" &lt;string name=&quot;restoring_to_staging&quot;>正在从 restic 快照恢复到暂存目录…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="104"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.actual_repo` appears to be unused"
errorLine1=" &lt;string name=&quot;actual_repo&quot;>实际仓库: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="107"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.init_complete` appears to be unused"
errorLine1=" &lt;string name=&quot;init_complete&quot;>仓库初始化完成&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="108"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.init_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;init_failed&quot;>仓库初始化失败&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="109"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.stats_complete` appears to be unused"
errorLine1=" &lt;string name=&quot;stats_complete&quot;>统计读取完成&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="110"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.prune_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;prune_failed&quot;>清理失败&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="111"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.prune_complete` appears to be unused"
errorLine1=" &lt;string name=&quot;prune_complete&quot;>清理完成&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="112"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.log_saved_to` appears to be unused"
errorLine1=" &lt;string name=&quot;log_saved_to&quot;>日志已保存到 %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="113"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.log_export_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;log_export_failed&quot;>日志导出失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="114"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.smb_url_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;smb_url_hint&quot;>SMB 主机地址 (host 或 host:port)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="117"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.rest_server_url_hint` appears to be unused"
errorLine1=" &lt;string name=&quot;rest_server_url_hint&quot;>rest-server 地址 (http://host:port)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="118"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.config_saved_to` appears to be unused"
errorLine1=" &lt;string name=&quot;config_saved_to&quot;>配置已保存到 %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="119"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_binary_not_ready` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_binary_not_ready&quot;>restic 二进制未就绪,请确保已安装 restic 于 Termux 或 APK 内置版本可用&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="120"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.fill_repo_and_password` appears to be unused"
errorLine1=" &lt;string name=&quot;fill_repo_and_password&quot;>请填写仓库路径和密码&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="121"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.initializing_repo` appears to be unused"
errorLine1=" &lt;string name=&quot;initializing_repo&quot;>正在初始化 restic 仓库…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="122"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.repo_init_success` appears to be unused"
errorLine1=" &lt;string name=&quot;repo_init_success&quot;>仓库初始化成功: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="123"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.init_failed_msg` appears to be unused"
errorLine1=" &lt;string name=&quot;init_failed_msg&quot;>初始化失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="124"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.fill_to_init` appears to be unused"
errorLine1=" &lt;string name=&quot;fill_to_init&quot;>请填写仓库路径和密码后初始化&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="125"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.restic_binary_not_ready_short` appears to be unused"
errorLine1=" &lt;string name=&quot;restic_binary_not_ready_short&quot;>restic 二进制未就绪&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="126"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.checking_repo_status` appears to be unused"
errorLine1=" &lt;string name=&quot;checking_repo_status&quot;>正在检测仓库状态…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="127"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.repo_ready` appears to be unused"
errorLine1=" &lt;string name=&quot;repo_ready&quot;>仓库就绪,%d 个快照&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="128"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.repo_not_init_or_auth` appears to be unused"
errorLine1=" &lt;string name=&quot;repo_not_init_or_auth&quot;>仓库未初始化或认证失败&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="129"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.reading_stats` appears to be unused"
errorLine1=" &lt;string name=&quot;reading_stats&quot;>正在读取统计…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="130"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.snapshot_count` appears to be unused"
errorLine1=" &lt;string name=&quot;snapshot_count&quot;>快照数: %d&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="131"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.stats_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;stats_failed&quot;>统计读取失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="132"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.pruning_snapshots` appears to be unused"
errorLine1=" &lt;string name=&quot;pruning_snapshots&quot;>正在清理旧快照 (保留 7 天 / 4 周 / 3 月)…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="133"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.prune_completed` appears to be unused"
errorLine1=" &lt;string name=&quot;prune_completed&quot;>清理完成!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="134"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.prune_failed_msg` appears to be unused"
errorLine1=" &lt;string name=&quot;prune_failed_msg&quot;>prune 失败: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="135"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.export_logs` appears to be unused"
errorLine1=" &lt;string name=&quot;export_logs&quot;>导出日志&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="138"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.export_logs_saved` appears to be unused"
errorLine1=" &lt;string name=&quot;export_logs_saved&quot;>日志已导出到 Download/android-backup-logs.txt&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="139"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.export_logs_failed` appears to be unused"
errorLine1=" &lt;string name=&quot;export_logs_failed&quot;>日志导出失败&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="140"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.password_mismatch` appears to be unused"
errorLine1=" &lt;string name=&quot;password_mismatch&quot;>密码不匹配&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="141"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.no_logs_available` appears to be unused"
errorLine1=" &lt;string name=&quot;no_logs_available&quot;>无可用日志&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="142"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.collecting_logs` appears to be unused"
errorLine1=" &lt;string name=&quot;collecting_logs&quot;>正在收集日志…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="143"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.share_logs` appears to be unused"
errorLine1=" &lt;string name=&quot;share_logs&quot;>分享日志&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="144"
column="13"/>
</issue>
<issue
id="MonochromeLauncherIcon"
message="The application adaptive icon is missing a monochrome tag"
errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/mipmap-anydpi-v26/ic_launcher.xml"
line="2"
column="1"/>
</issue>
</issues>