Limit max parameters + add Espresso tests

This commit is contained in:
serso
2016-02-26 14:35:25 +01:00
parent c002e7caf9
commit ea4d107b12
11 changed files with 150 additions and 24 deletions

View File

@@ -119,7 +119,11 @@
<activity
android:name=".plot.PlotActivity"
android:label="@string/cpp_plotter" />
android:label="@string/cpp_plotter">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>
</activity>
<activity
android:name=".wizard.WizardActivity"