質問編集履歴

1

エラー文の修正

2019/07/01 15:57

投稿

bake
bake

スコア13

test CHANGED
File without changes
test CHANGED
@@ -210,6 +210,8 @@
210
210
 
211
211
 
212
212
 
213
+ //ステータスバーに通知:表示されない
214
+
213
215
  Intent intent = new Intent(TimerActivity.this, AlarmNotificationActivity.class);
214
216
 
215
217
  PendingIntent pendingIntent = PendingIntent.getActivity(TimerActivity.this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);