摘要:
MediaStore.Images.Media.insertImage(mFragmentActivity.getContentResolver(), qrBitmap, "xx券面值10元", "我是小钱生成"); mFragmentActivity.sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"+ Environment.getExternalStorageDirectory())));保存的图片是黑色的,不知道为嘛。private 阅读全文
posted @ 2014-03-27 17:59
Atlas's blog
阅读(429)
评论(0)
推荐(0)
摘要:
1 // 倒计时60s 2 new CountDownTimer(60000, 1000) { 3 4 @Override 5 public void onTick(long millisUntilFinished) { 6 mReGetAuthCodeButton 7 .setText(getString(R.string.tip_get_code_time, 8 millisUnt... 阅读全文
posted @ 2014-03-27 11:32
Atlas's blog
阅读(1460)
评论(0)
推荐(0)