This commit is contained in:
ろむねこ 2024-07-11 16:36:33 +09:00
parent 92f3cf1e0f
commit bc59f98e3d
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -56,7 +56,7 @@ public class TestService extends Service {
private static final int REQUEST_CODE = 100; private static final int REQUEST_CODE = 100;
// private static final int NOTIFICATION_DELAY = 5 * 60 * 1000; // 5 minutes // private static final int NOTIFICATION_DELAY = 5 * 60 * 1000; // 5 minutes
// DEBUG // DEBUG
private static final int NOTIFICATION_DELAY = 15 * 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("子供の置き去りをしていませんか?", "第三者からの通報が行われました。"); new NotificationContent("子供の置き去りをしていませんか?", "第三者からの通報が行われました。");
private static final NotificationContent BLUETOOTH_NOTIFICATION = private static final NotificationContent BLUETOOTH_NOTIFICATION =