Added code to stop watch app before starting it to try to improve reliability of app start.

This commit is contained in:
Graham Jones
2016-07-19 22:25:06 +01:00
parent 51c277f691
commit d44ec7c489
4 changed files with 17 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.org.openseizuredetector"
android:versionCode="24"
android:versionName="2.0.3" >
android:versionName="2.0.3a" >
<uses-sdk android:minSdkVersion="14" />