Empenguin  

标题1

  1. 列表1
  2. 列表2

表格2

table width=186 height=57 style="border-collapse:collapse;width:139.50pt;">

id
int

download_id
int

header
string

     
     
     

段落

正文内容

tab

回车

回tab

图片3

  • 其他地方复制粘贴

image

  • 内部复制粘贴

image

代码4

if (intent.getAction().equals(DownloadManager.ACTION_NOTIFICATION_CLICKED)) {
    Intent classIntent = null;
    classIntent = new Intent(context, UpdaterActivity.class);
    classIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    context.startActivity(classIntent);
}

posted on 2014-05-30 17:16  Empenguin  阅读(195)  评论(0编辑  收藏  举报