権限チェック, 権限処理の修正 #38

Merged
asura146 merged 10 commits from rca/workaround into main 2025-01-29 07:33:06 +00:00
Showing only changes of commit 0a4680e7b8 - Show all commits

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));
}