public void button_click(View view) throws IOException {
ComponentName componentName
=
new ComponentName(
"com.tencent.mobileqq"
,
"com.tencent.mobileqq.activity.QQBrowserActivity"
);
Intent intent
=
new Intent();
Bundle bundle
=
new Bundle();
bundle.putLong(
"activity_time"
, System.currentTimeMillis());
bundle.putLong(
"preAct_time"
, System.currentTimeMillis());
bundle.putLong(
"business"
,
2097152
);
bundle.putString(
"activity_name"
,
"com.tencent.mobileqq.activity.QQBrowserActivity"
);
bundle.putString(
"activity_descript"
,
"yy"
);
bundle.putInt(
"fling_action_key"
,
2
);
bundle.putString(
"leftViewText"
,
"返回"
);
bundle.putString(
"url"
,
"http://www.baidu.com"
);
bundle.putString(
"activity_unihash"
,
"461cf0735d8af8204a397286bfed"
);
bundle.putInt(
"fling_code_key"
,
191996112
);
bundle.putInt(
"activity_id"
,
1
);
bundle.putString(
"preAct"
,
"JumpActivity"
);
bundle.putInt(
"seq"
,
7795
);
bundle.putBoolean(
"isSubbaccount"
, true);
bundle.putBoolean(
"hide_more_button"
, true);
bundle.putBoolean(
"isShowAd"
, false);
bundle.putBoolean(
"hide_operation_bar"
, true);
intent.putExtras(bundle);
intent.setComponent(componentName);
startActivity(intent);
}