将字符串应用于通知标题时出错

时间:2015-06-29 13:02:15

标签: android google-cloud-messaging

基本上我要改变" GCM消息"在setContentTitle("GCM Message")中使用R.string.myTitle,我得到了一个:

setContentTitle (java.lang.CharSequence) in Builder cannot be applied to (int)

1 个答案:

答案 0 :(得分:4)

要做的事情

setContentTitle(getResources().getString(R.string.Mytitle))