Add simple-calendar to run_on_app_dump
Contents of README.google:
Name: Simple Calendar
URL: https://github.com/SimpleMobileTools/Simple-Calendar
Version: NA
Revision: 906209874d0a091c7fce5a57972472f272d6b068
Date: Nov 7, 2020
License: GNU General Public License v3.0
Bug: 152155164
Change-Id: Ie5844d260ad64d3563c5c3218e8456d3de1e83e8
diff --git a/.gitignore b/.gitignore
index a537cdd..f7f7671 100644
--- a/.gitignore
+++ b/.gitignore
@@ -154,6 +154,8 @@
third_party/opensource-apps/santa-tracker.tar.gz
third_party/opensource-apps/signal-android
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/sunflower
third_party/opensource-apps/sunflower.tar.gz
third_party/opensource-apps/wikipedia
diff --git a/third_party/opensource-apps/simple-calendar.tar.gz.sha1 b/third_party/opensource-apps/simple-calendar.tar.gz.sha1
new file mode 100644
index 0000000..093d104
--- /dev/null
+++ b/third_party/opensource-apps/simple-calendar.tar.gz.sha1
@@ -0,0 +1 @@
+118c5a291b675393698e4a2c0a0e1891a0933a8b
\ No newline at end of file
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 6a0556c..58f612b 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -246,6 +246,16 @@
'revision': '91ca19f294362ccee2c2b43c247eba228e2b30a1',
'folder': 'signal-android',
}),
+ # TODO(b/172815827): Monkey runner does not work
+ App({
+ 'id': 'com.simplemobiletools.calendar.pro',
+ 'name': 'Simple-Calendar',
+ 'dump_app': 'dump_app.zip',
+ 'apk_app': 'calendar-release.apk',
+ 'url': 'https://github.com/SimpleMobileTools/Simple-Calendar',
+ 'revision': '906209874d0a091c7fce5a57972472f272d6b068',
+ 'folder': 'simple-calendar',
+ }),
App({
'id': 'org.wikipedia',
'name': 'Wikipedia',