界面优化 友盟增加so

This commit is contained in:
khy
2016-12-28 10:20:10 +08:00
parent 0df714b9ea
commit 80670a9c4b
40 changed files with 320 additions and 122 deletions

View File

@ -152,7 +152,7 @@ public class ShareCardPicActivity extends BaseActivity {
@Override
public void run() {
final String filePath = getExternalCacheDir().getPath() + "/ShareImg/ShareQRCode.jpg";
boolean success = QRCodeUtils.createQRImage("http://www.ghzhushou.com/article/" + newsId+ ".html", 200, 200, filePath);
boolean success = QRCodeUtils.createQRImage("http://www.ghzhushou.com/article/" + newsId+ ".html?source=appshare200", 200, 200, filePath);
if (success) {
runOnUiThread(new Runnable() {
@Override