Updated StartUp Activity to check for pebble android app being installed, and added buttons to install android app and watch app next to relevant checks on screen.

This commit is contained in:
Graham Jones
2016-09-12 22:31:47 +01:00
parent 2df84341f2
commit c9e3f9374b
4 changed files with 189 additions and 45 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.org.openseizuredetector"
android:versionCode="29"
android:versionName="2.0.8">
android:versionCode="30"
android:versionName="2.0.9">
<uses-sdk android:minSdkVersion="14" />