尝试向此添加第二行,以便显示我的应用程序的名称和一些其他信息尝试重复CharSequence但不是它...提前感谢
private void showNotification() {
CharSequence text = getText(R.string.title_bar);
CharSequence text = getText(R.string.title_bar2);
Notification notification = new Notification(R.drawable.ic_notification, null,
答案 0 :(得分:0)
除了Karan的请求之外,还请尽力确保已发布的代码示例成功编译,除非您遇到编译错误。
您发布的代码无法编译,即使它更完整。您不能在同一范围内使用相同的名称声明两个标识符。