health-services/ExerciseSample/app/src/main/java/com/example/exercise/ExerciseService.kt (4 lines): - line 199: // TODO Save partial workout state, show workout summary, and let the user know why the exercise was ended. - line 207: // TODO Send the user a notification (another app ended their workout) - line 214: // TODO Send the user a notification - line 221: // TODO Send the user a notification health-services/ExerciseSample/app/src/main/java/com/example/exercise/PrepareFragment.kt (1 line): - line 95: LocationAvailability.NO_GPS -> R.string.gps_disabled // TODO Consider redirecting user to change device settings in this case