#2
enenenxixi2013-06-20 12:29
|
程序代码:
public void setNotificationIcon(int iconId) {
Editor editor = sharedPrefs.edit();
editor.putInt(Constants.NOTIFICATION_ICON, iconId);
();
}
Editor editor = sharedPrefs.edit();
editor.putInt(Constants.NOTIFICATION_ICON, iconId);
();
}
怎么理解每一行代码?