update text文案
This commit is contained in:
@@ -54,7 +54,7 @@ class MyApplication : Application() {
|
||||
if (SPUtils.getInstance().getString("uminit", "1") == "1") {
|
||||
UMConfigure.init(this, key, channel, UMConfigure.DEVICE_TYPE_PHONE, "")
|
||||
}
|
||||
TalkingDataSDK.init(this, "80E9C84E39904DAFB28562910FF7C86C", "worktool_master", Constant.robotId)
|
||||
TalkingDataSDK.init(this, "80E9C84E39904DAFB28562910FF7C86C", getString(R.string.app_name) + "_master", Constant.robotId)
|
||||
//初始化企业微信sdk
|
||||
IWWAPIUtil.init(this)
|
||||
//初始化自动更新
|
||||
|
||||
@@ -146,7 +146,7 @@ class SettingsActivity : AppCompatActivity() {
|
||||
} else {
|
||||
QMUIDialog.CheckableDialogBuilder(this)
|
||||
.setTitle("检查新版本")
|
||||
.addItems(arrayOf("检查当前Host新版本", "检查WorkTool官方新版本")) { dialog, which ->
|
||||
.addItems(arrayOf("检查当前Host新版本", "检查${getString(R.string.app_name)}官方新版本")) { dialog, which ->
|
||||
dialog.dismiss()
|
||||
if (which == 0) {
|
||||
HttpUtil.checkUpdate()
|
||||
|
||||
@@ -521,7 +521,7 @@
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="WorkTool官方版本更新检查"
|
||||
android:text="版本更新检查"
|
||||
android:textColor="@color/color_999999"
|
||||
android:textSize="@dimen/setting_end_font_size" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user