diff --git a/app/src/main/java/com/kylecorry/intervalometer/infrastructure/services/IntervalometerService.kt b/app/src/main/java/com/kylecorry/intervalometer/infrastructure/services/IntervalometerService.kt index b96d1d5..8f82dcb 100644 --- a/app/src/main/java/com/kylecorry/intervalometer/infrastructure/services/IntervalometerService.kt +++ b/app/src/main/java/com/kylecorry/intervalometer/infrastructure/services/IntervalometerService.kt @@ -23,7 +23,8 @@ class IntervalometerService : AccessibilityService() { "com.android.camera:id/shutter_button", "com.android.camera2:id/shutter_button", "com.google.android.GoogleCamera:id/shutter_button", - "com.riseupgames.proshot2:id/cameraButton" + "com.riseupgames.proshot2:id/cameraButton", + "net.sourceforge.opencamera:id/take_photo", ) private var stopReceiver = object : BroadcastReceiver() {