Files
sing-box-for-android/app/src/main/res/values/arrays.xml
2025-12-13 20:16:37 +08:00

20 lines
675 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="profile_type">
<item>@string/profile_type_local</item>
<item>@string/profile_type_remote</item>
</array>
<array name="profile_source">
<item>@string/profile_source_create_new</item>
<item>@string/profile_source_import</item>
</array>
<array name="enabled">
<item>@string/enabled</item>
<item>@string/disabled</item>
</array>
<array name="per_app_proxy_update_on_change_value">
<item>@string/disabled</item>
<item>@string/per_app_proxy_select</item>
<item>@string/action_deselect</item>
</array>
</resources>