package com.yang.liveMusic;
import com.yang.R;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
public class liveMusic extends Activity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.livemusic);
Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse("http://www.baidu.com"));
startActivity(intent);
}
}
最近下载更多
Mhdpig LV3
2023年11月18日
lsllsllsl LV1
2022年11月10日
1178995129 LV6
2022年9月29日
微信网友_5976099117568000 LV1
2022年5月27日
cxywt12 LV2
2022年5月20日
lingqianjue LV3
2022年5月16日
dangzhiyuan012 LV12
2022年3月17日
不知归期的故人 LV6
2022年1月11日
157226747 LV16
2021年12月12日
张同飞 LV1
2021年12月3日

最近浏览