This commit is contained in:
rca 2025-01-29 16:23:18 +09:00
parent 89f51e1b38
commit 0a4680e7b8

View File

@ -133,7 +133,7 @@ public class MainActivity extends AppCompatActivity {
}
registerReceiver(receiver, intentFilter);
//startForegroundService(new Intent(this, SurveillanceService.class));
startForegroundService(new Intent(this, SurveillanceService.class));
}