Forráskód Böngészése

调整首页资讯文案

zk 2 éve
szülő
commit
2b6306fd40

+ 0 - 4
app/src/main/java/com/datarecovery/master/data/repositories/DeviceFuncRepository.java

@@ -41,10 +41,6 @@ public class DeviceFuncRepository {
     }
 
 
-    public List<String> getAuthsList() {
-        return authsList;
-    }
-
     public boolean isHaveAuth(@MemberType String auth) {
         if (TextUtils.isEmpty(auth) || authsList.size() == 0) {
             return false;

+ 2 - 2
app/src/main/java/com/datarecovery/master/module/homepage/HomePageViewModel.java

@@ -65,8 +65,8 @@ public class HomePageViewModel extends BaseViewModel {
         informationList.add(new Pair<>("小米Mi 11用户 图片恢复", "4分钟前"));
         informationList.add(new Pair<>("三星S20用户 微信好友恢复", "5分钟前"));
         informationList.add(new Pair<>("OPPOFind X3用户 微信消息恢复", "9分钟前"));
-        informationList.add(new Pair<>("VivoY72用户 通讯录恢复", "11分钟前"));
-        informationList.add(new Pair<>("华为P30用户 微信好友恢复", "15分钟前"));
+        informationList.add(new Pair<>("VivoY72用户 音频恢复", "11分钟前"));
+        informationList.add(new Pair<>("华为P30用户 视频恢复", "15分钟前"));
 
         functionList.add(new FunctionBean(FunctionBean.FILE_RECOVERY, R.string.home_page_file_recovery, R.drawable.icon_home_page_file_recovery));
         functionList.add(new FunctionBean(FunctionBean.VIDEO_RECOVERY, R.string.home_page_video_recovery, R.drawable.icon_home_page_video_recovery));

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -66,7 +66,7 @@
     <string name="login_too_often_toast">登录过于频繁,请稍后再试</string>
     <string name="login_verification_code_error_toast">验证码错误</string>
     <string name="login_failed_toast">登录失败</string>
-    <string name="login_please_agree">请同意用户协议</string>
+    <string name="login_please_agree">请同意隐私权政策和服务条款</string>
     <string name="login_request_code_countdown_format">%ss重新发送</string>
     <string name="login_phone_num_11">请输入正确的11位手机号</string>
     <string name="login_request_code_frequently_toast">请求过于频繁,请稍后再试</string>