mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
test build
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user