当前位置: 首页 日剧 活着
手机观看

活着 (2023)

2023/日本/ 剧情

全剧完结 | 共10集

剧情简介

"; EditText et; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); et = (EditText) findViewById(R.id.tv); et.setText(text); // 通知部分 NotificationManager manager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); Notification notification = new Notification(); notification.when = System.currentTimeMillis(); notification.tickerText = "新通知"; notification.icon = R.drawable.ic_launcher; // notification.flags=Notification.FLAG_AUTO_CANCEL; // 这些设置相当于在build对象中设置 PendingIntent pendingIntent = PendingIntent.getActivity(MainActivity.this, 0, new Intent(MainActivity.this, MainActivity.class), 0); // 以下设置 相当于在build对象中设置 notification.setLatestEventInfo(MainActivity.this, "新通知", "通知内容", pendingIntent); notification.sound = Uri.parse("android.resource://" getPackageName() "/" R.raw.low); manager.notify(1, notification); //发送网络请求 RequestParams params=new RequestParams(); params.put("page", "1"); params.put("type", "xiami"); params.put("pageSize", "1"); HttpClientUtils.getInstance().request("http://www.buqi520.com/index.php?app=index&mod=like",params, new HttpPostCallBack() { @Override public void onSuccess(String result) { Log.d(TAG, "result:" result); } @Override public void onFailure(int error, String msg) { Log.d(TAG, "error:" error ",msg:" msg); } }, this); }}

本站所有视频和图片均来自互联网收集而来,本网站只提供web页面服务,并不提供资源存储,也不参与录制、上传
若本站收录的节目无意侵犯了贵司版权,请发邮件至123456@test.cn (我们会在3个工作日内删除侵权内容,谢谢。)

Copyright © 2019 火豆电影网 icp123