test build

This commit is contained in:
djoeni
2022-06-18 07:16:17 +07:00
parent db9406655f
commit 46519a6cf8
12 changed files with 27 additions and 21 deletions

View File

@@ -14,12 +14,12 @@
<service
android:name=".ClashService"
android:exported="false"
android:label="@string/clash_for_android"
android:label="@string/clash_meta_for_android"
android:process=":background" />
<service
android:name=".TunService"
android:exported="false"
android:label="@string/clash_for_android"
android:label="@string/clash_meta_for_android"
android:permission="android.permission.BIND_VPN_SERVICE"
android:process=":background">
<intent-filter>

View File

@@ -162,7 +162,7 @@ class FilesProvider : DocumentsProvider() {
add(Root.COLUMN_ROOT_ID, DEFAULT_ROOT_ID)
add(Root.COLUMN_FLAGS, flags)
add(Root.COLUMN_ICON, R.drawable.ic_logo_service)
add(Root.COLUMN_TITLE, context!!.getString(R.string.clash_for_android))
add(Root.COLUMN_TITLE, context!!.getString(R.string.clash_meta_for_android))
add(Root.COLUMN_SUMMARY, context!!.getString(R.string.profiles_and_providers))
add(Root.COLUMN_DOCUMENT_ID, "/")
add(Root.COLUMN_MIME_TYPES, D.MIME_TYPE_DIR)

View File

@@ -40,7 +40,7 @@ class Picker(private val context: Context) {
if (path.uuid == null) {
return VirtualDocument(
"",
context.getString(R.string.clash_for_android),
context.getString(R.string.clash_meta_for_android),
DocumentsContract.Document.MIME_TYPE_DIR,
0,
0,

View File

@@ -4,7 +4,7 @@
<string name="running">正在運行</string>
<string name="format_update_complete">更新 %s 成功</string>
<string name="format_update_failure">"更新 %1$s: %2$s "</string>
<string name="clash_for_android">Clash for Android</string>
<string name="clash_meta_for_android">Clash Meta for Android</string>
<string name="profiles_and_providers">配置文件和外部資源</string>
<string name="configuration_yaml">配置文件.yaml</string>
<string name="provider_files">外部資源文件列表</string>

View File

@@ -4,7 +4,7 @@
<string name="running">正在運作</string>
<string name="format_update_complete">更新 %s 成功</string>
<string name="format_update_failure">"更新 %1$s: %2$s "</string>
<string name="clash_for_android">Clash for Android</string>
<string name="clash_meta_for_android">Clash Meta for Android</string>
<string name="profiles_and_providers">設定檔和外部資源</string>
<string name="configuration_yaml">設定檔.yaml</string>
<string name="provider_files">外部資源文件列表</string>

View File

@@ -4,7 +4,7 @@
<string name="running">正在运行</string>
<string name="format_update_complete">更新 %s 成功</string>
<string name="format_update_failure">"更新 %1$s: %2$s "</string>
<string name="clash_for_android">Clash for Android</string>
<string name="clash_meta_for_android">Clash Meta for Android</string>
<string name="profiles_and_providers">配置文件和外部资源</string>
<string name="configuration_yaml">配置文件.yaml</string>
<string name="provider_files">外部资源文件列表</string>

View File

@@ -12,7 +12,7 @@
<string name="format_update_failure">Update %1$s: %2$s</string>
<string name="running">Running</string>
<string name="loading">Loading</string>
<string name="clash_for_android">Clash for Android</string>
<string name="clash_meta_for_android">Clash Meta for Android</string>
<string name="profiles_and_providers">Profiles and Providers</string>
<string name="configuration_yaml">Configuration.yaml</string>
<string name="provider_files">Provider Files</string>