最新回答 / Ruffe
Notification.Builder builder = new Notification.Builder(this)
.setAutoCancel(true)
.setChannelId("test_channel_id")
.setContentTitle("新消息来了")
.setContentText("明天是周末...
2019-05-17
最新回答 / 精慕门9177950
// 加上这个方法
private NotificationManager getManager(){
if (manager == null){
manager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
}
return manager;
}
2018-11-14
讲师回答 / LovelyChubby
RSA routines:OPENSSL_internal:DATA_TOO_LARGE 文件太大了 okhttp是支持大文件下载的 有可能是你的sd卡存储空间不够了
2018-05-17