fix: app name mixed
This commit is contained in:
parent
e6ce534434
commit
76154efd35
@ -1,8 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">XServer XSDL - NeoTerm</string>
|
|
||||||
|
|
||||||
|
|
||||||
<string name="init">初始化中</string>
|
<string name="init">初始化中</string>
|
||||||
<string name="please_wait">正在下载数据,请稍候</string>
|
<string name="please_wait">正在下载数据,请稍候</string>
|
||||||
|
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
<resources
|
<resources
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:ignore="MissingTranslation">
|
tools:ignore="MissingTranslation">
|
||||||
<string name="app_name">XServer XSDL - NeoTerm</string>
|
|
||||||
|
|
||||||
|
|
||||||
<string name="init">Initializing</string>
|
<string name="init">Initializing</string>
|
||||||
<string name="please_wait">Please wait while data is being downloaded</string>
|
<string name="please_wait">Please wait while data is being downloaded</string>
|
||||||
|
|
||||||
|
@ -136,7 +136,8 @@ class SetupActivity : AppCompatActivity(), View.OnClickListener, ResultListener
|
|||||||
when (id) {
|
when (id) {
|
||||||
R.id.setup_method_backup,
|
R.id.setup_method_backup,
|
||||||
R.id.setup_method_local -> {
|
R.id.setup_method_local -> {
|
||||||
val intent = Intent(Intent.ACTION_VIEW)
|
val intent = Intent(Intent.ACTION_GET_CONTENT)
|
||||||
|
intent.type = "*/*";
|
||||||
try {
|
try {
|
||||||
startActivityForResult(intent, REQUEST_SELECT_PARAMETER)
|
startActivityForResult(intent, REQUEST_SELECT_PARAMETER)
|
||||||
} catch (ignore: ActivityNotFoundException) {
|
} catch (ignore: ActivityNotFoundException) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user