- Evanston, IL
- @klmcmahon
Pinned Loading
-
reinvent-2019-workshops.md
reinvent-2019-workshops.md 1## re:Invent 2019 Workshops
23A list of public repositories, content, and web from re:Invent 2019 Workshops. Many of the links are subject to be moved or completely removed at any point in time in the future.
45| Session ID | Session Name | Repo/Site |
-
Android Check if Service is Running
Android Check if Service is Running 1private boolean isServiceRunning() {
2ActivityManager manager = (ActivityManager) getSystemService(ACTIVITY_SERVICE);
3for (RunningServiceInfo service : manager.getRunningServices(Integer.MAX_VALUE)){
4if("com.example.MyNeatoIntentService".equals(service.service.getClassName())) {
5return true;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.