平时好得不能再好的一段代码今晚打开androidstudio ,代码段:
notification.setLatestEventInfo(
MainActivity.this,
getString(R.string.app_name),
"我是string",
contextIntent);
报错:参数不匹配
(并提示我我写的参数是 MainActivity.this, string, string, contentIntent)
这明明是正常的参数= =,是android的api不一样了还是另有原因?