快传增加连接动画 安装包清理优化遍历apk方法防止内存溢出, 页面优化

This commit is contained in:
khy
2017-02-22 10:17:54 +08:00
parent 045c1e0305
commit ef1f2251b5
51 changed files with 1902 additions and 723 deletions

View File

@ -230,7 +230,7 @@ public class ShareUtils {
Intent data=new Intent(Intent.ACTION_SENDTO);
data.setData(Uri.parse("mailto:"));
data.putExtra(Intent.EXTRA_SUBJECT, "快来试试光环助手");
data.putExtra(Intent.EXTRA_TEXT, "我用光环助手一段时间了,在里面可以下载各种热门卡牌手游的加速版,绿色安全,超级省心,日常效率提高3-5倍\n" +
data.putExtra(Intent.EXTRA_TEXT, "我用光环助手一段时间了在里面可以下载各种热门卡牌手游的加速版绿色安全超级省心日常效率提高3-5倍\n" +
"\n" +
"不用肝的感觉真好,快来试试。\n" +
"\n" +
@ -292,7 +292,7 @@ public class ShareUtils {
}
}
} else {
title = "不用肝的感觉真好";
title = "玩手游不用肝的感觉真好";
summary = "绿色安全的手游加速助手";
}
params.putString(QQShare.SHARE_TO_QQ_TITLE, title);
@ -333,7 +333,7 @@ public class ShareUtils {
}
}
} else {
title = "不用肝的感觉真好";
title = "玩手游不用肝的感觉真好";
summary = "绿色安全的手游加速助手";
}
@ -371,7 +371,7 @@ public class ShareUtils {
}
}
} else {
title = "不用肝的感觉真好";
title = "玩手游不用肝的感觉真好";
summary = "绿色安全的手游加速助手";
}
@ -465,7 +465,7 @@ public class ShareUtils {
}
}
} else {
smsBody = "这个App可以下载各种热门卡牌手游的加速版绿色安全超级省心日常效率提高3-5倍光环助手官网" + shareUrl;
smsBody = "这个App可以下载各种热门卡牌手游的加速版绿色安全超级省心日常效率提高3-5倍光环助手官网地址" + shareUrl;
}
Intent sendIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("smsto:"));