Add simple-camera to run_on_app_dumps

Contents of README.google:
Name: Simple Camera
URL: https://github.com/SimpleMobileTools/Simple-Camera
Version: NA
Revision: ebf9820c51e960912b3238287e30a131244fdee6
Date: Nov 7, 2020
License: GNU General Public License v3.0

Bug: 152155164
Change-Id: I4efda4a8409d94255ceef2943f673499d155469b
diff --git a/.gitignore b/.gitignore
index f7f7671..5149fc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -156,6 +156,8 @@
 third_party/opensource-apps/signal-android.tar.gz
 third_party/opensource-apps/simple-calendar
 third_party/opensource-apps/simple-calendar.tar.gz
+third_party/opensource-apps/simple-camera
+third_party/opensource-apps/simple-camera.tar.gz
 third_party/opensource-apps/sunflower
 third_party/opensource-apps/sunflower.tar.gz
 third_party/opensource-apps/wikipedia
diff --git a/third_party/opensource-apps/simple-camera.tar.gz.sha1 b/third_party/opensource-apps/simple-camera.tar.gz.sha1
new file mode 100644
index 0000000..3d88a7a
--- /dev/null
+++ b/third_party/opensource-apps/simple-camera.tar.gz.sha1
@@ -0,0 +1 @@
+19aba96f4c6b9751844ff668202a4591136e9702
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 58f612b..3a41d82 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -256,6 +256,16 @@
     'revision': '906209874d0a091c7fce5a57972472f272d6b068',
     'folder': 'simple-calendar',
   }),
+  # TODO(b/172815534): Monkey runner does not work
+  App({
+    'id': 'com.simplemobiletools.camera.pro',
+    'name': 'Simple-Camera',
+    'dump_app': 'dump_app.zip',
+    'apk_app': 'camera-release.apk',
+    'url': 'https://github.com/SimpleMobileTools/Simple-Camera',
+    'revision': 'ebf9820c51e960912b3238287e30a131244fdee6',
+    'folder': 'simple-camera',
+  }),
   App({
     'id': 'org.wikipedia',
     'name': 'Wikipedia',