Skip to content

Commit

Permalink
Add open camera support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Oct 19, 2024
1 parent f8c10cd commit 487ab70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 487ab70

Please sign in to comment.