Service ãã notification ãçºè¡ããnotification ãã¿ããããéã« activityãèµ·åããã®activity ã«å¤ã渡ãããã£ãã®ã§ä»¥ä¸ã®ãããªã³ã¼ããæ¸ããã Notification notification = new Notification(R.drawable.icon,"Some message",System.currentTimeMillis()); Intent intent = new Intent(this, com.example.SomeActivity.class) ; intent.putExtra("PARAM", 1) ; PendingIntent pendingIntent = PendingIntent.getActivity(this, 0,intent,0); notification.setLatestE
{{#tags}}- {{label}}
{{/tags}}