| | |
| | | import com.bumptech.glide.Glide; |
| | | import com.lcjian.library.util.common.StringUtils; |
| | | import com.mugua.mgvideo.R; |
| | | import com.mugua.mgvideo.util.ConfigUtil; |
| | | import com.umeng.analytics.MobclickAgent; |
| | | import com.mugua.mgvideo.entity.SDCardEntity; |
| | | import com.mugua.mgvideo.ui.BaseActivity; |
| | |
| | | tv.setText(spanBuilder); |
| | | } |
| | | |
| | | /** 初始化内存显示 */ |
| | | /** |
| | | * 初始化内存显示 |
| | | */ |
| | | private void initStorageView() { |
| | | |
| | | tv_mobile.setText("手机存储: 总量:" |
| | |
| | | break; |
| | | case R.id.rl_about_us: { |
| | | Intent intent = new Intent(this, BrowserActivity.class); |
| | | intent.putExtra("url", BeibeiConstant.HOST + "/new_video/" |
| | | + "api_about_us.jsp?package=" + getPackageName()); |
| | | intent.putExtra("url", getString(R.string.about_us_url)); |
| | | startActivity(intent); |
| | | } |
| | | break; |