TestServiceの全体的なリファクタリング #28

Merged
asura146 merged 73 commits from improve/refactor_service into main 2024-07-12 02:17:26 +00:00
Showing only changes of commit 286c178f7f - Show all commits

View File

@ -272,9 +272,7 @@ public class TestService extends Service {
handler.postDelayed(new Runnable() {
@Override
public void run() {
if (BluetoothDevice.ACTION_ACL_DISCONNECTED.equals(action) && !isInCar) {//その後bluetoothを再接続したり降車状態になったりしていない置き去りが発生した可能性大
Notification(context, BLUETOOTH_NOTIFICATION);
}
Notification(context, BLUETOOTH_NOTIFICATION);
}
}, 5 * 60 * 1000); // 5分をミリ秒に変換