diff --git a/app/src/main/java/com/idormy/sms/forwarder/SettingActivity.java b/app/src/main/java/com/idormy/sms/forwarder/SettingActivity.java index 45936862..592257ee 100644 --- a/app/src/main/java/com/idormy/sms/forwarder/SettingActivity.java +++ b/app/src/main/java/com/idormy/sms/forwarder/SettingActivity.java @@ -22,7 +22,6 @@ import android.widget.EditText; import android.widget.LinearLayout; import android.widget.ScrollView; import android.widget.Switch; -import android.widget.TextView; import android.widget.Toast; import androidx.annotation.RequiresApi; @@ -767,10 +766,9 @@ public class SettingActivity extends AppCompatActivity { sp.edit().putBoolean(Define.SP_CONFIG_SWITCH_HELP_TIP, isChecked).apply(); Log.d(TAG, "onCheckedChanged:" + isChecked); - TextView help_tip = findViewById(R.id.help_tip); - help_tip.setVisibility(isChecked ? View.VISIBLE : View.GONE); - ScrollView scrollView = findViewById(R.id.scrollView); - CommonUtil.calcMarginBottom(this, null, null, scrollView); + StepBar stepBar = findViewById(R.id.stepBar); + stepBar.setHighlight(); + CommonUtil.calcMarginBottom(this, null, null, findViewById(R.id.scrollView)); }); } diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 2e825541..575d47d8 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -281,7 +281,7 @@ Privacy Policy Agree Disagree - SmsForwarder (the "Application/App"), is 100\% free and open source, and is compliled and released basing on repository hosted on GitHub. The App will not collect any of your privacy data!\n\n Version information of the App will be sent in the following situations: \n 1. As startup, version information will be sent to "Umeng +· U-APP Mobile Statistics" for user retention analyze and crash stats;\n 2. Manual update check triggered by user;\n The App collects no any other data!!\n\n The App collects and uses version information only in accordance with the Privacy Policy, and will not collect any other information as an abuse of users\' consent to the Privacy Policy; +   SmsForwarder (the "Application/App"), is 100\% free and open source, and is compliled and released basing on repository hosted on GitHub. The App will not collect any of your privacy data!\n\n Version information of the App will be sent in the following situations: \n  1. As startup, version information will be sent to "Umeng +· U-APP Mobile Statistics" for user retention analyze and crash stats;\n  2. Manual update check triggered by user;\n  The App collects no any other data!!\n\n  The App collects and uses version information only in accordance with the Privacy Policy, and will not collect any other information as an abuse of users\' consent to the Privacy Policy; WebServer ]]> Title Template diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f7098284..60366d1d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -280,7 +280,7 @@ 隐私政策 同意 不同意 - SmsForwarder-短信转发器(下称本软件) 100% 免费开源,Github 在线编译发版,绝不会收集您的任何隐私数据! \n\n以下情形会上报本软件版本信息: \n 1、启动本软件时,发送版本信息发送到《友盟+·U-App移动统计》,用于分析本软件的用户版本留存与软件奔溃统计; \n 2、手动检查更新时,发送版本号用于检查新版本; \n除此之外,没有任何数据!!! \n\n本软件会遵循《隐私政策》收集、使用版本信息,但不会因为您同意了《隐私政策》而进行强制捆绑式的信息收集。 +   SmsForwarder-短信转发器(下称本软件) 100% 免费开源,Github 在线编译发版,绝不会收集您的任何隐私数据! \n\n以下情形会上报本软件的版本信息: \n  1、启动本软件时,发送版本信息发送到《友盟+·U-App移动统计》,用于分析本软件的用户版本留存与软件奔溃统计; \n  2、手动检查更新时,发送版本号用于检查新版本; \n  除此之外,没有任何数据!!! \n\n  本软件会遵循《隐私政策》收集、使用版本信息,但不会因为您同意了《隐私政策》而进行强制捆绑式的信息收集。 WebServer ]]> 标题模板