Merge pull request #1372 from kiwix/julianharty/implement-issue-1370

Added MONKEY property which facilitates testing using Android Monkey.
This commit is contained in:
Julian Harty 2019-08-14 17:43:11 +01:00 committed by GitHub
commit ed1a63a21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.MONKEY"/>
</intent-filter>
<meta-data