This commit is contained in:
ろむねこ 2024-07-11 16:55:11 +09:00
parent 7653efa4e3
commit cf8260bdb3
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -71,9 +71,9 @@ public class TestService extends Service {
// DEBUG // DEBUG
private static final int NOTIFICATION_DELAY = 5 * 1000; // 15 seconds private static final int NOTIFICATION_DELAY = 5 * 1000; // 15 seconds
private static final NotificationContent REPORTED_NOTIFICATION = private static final NotificationContent REPORTED_NOTIFICATION =
new NotificationContent("子供の置き去りをしていませんか?", "第三者からの通報が行われました。", REPORTED_CHANNEL_ID, 1); new NotificationContent("子供の置き去りをしていませんか?", "第三者からの通報が行われました。", REPORTED_CHANNEL_ID, 2);
private static final NotificationContent BLUETOOTH_NOTIFICATION = private static final NotificationContent BLUETOOTH_NOTIFICATION =
new NotificationContent("子供の置き去りをしていませんか?", "Bluetoothと車の切断から5分が経過しました", BT_ALERT_CHANNEL_ID, 2); new NotificationContent("子供の置き去りをしていませんか?", "Bluetoothと車の切断から5分が経過しました", BT_ALERT_CHANNEL_ID, 3);
private String userId = null; private String userId = null;