Merge branch 'V3.0' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="uk.org.openseizuredetector"
|
||||
android:versionCode="48"
|
||||
android:versionCode="49"
|
||||
android:versionName="3.0.0"
|
||||
>
|
||||
<!--android:allowBackup="false"-->
|
||||
|
||||
@@ -93,7 +93,7 @@ public class SdWebServer extends NanoHTTPD {
|
||||
String postData = files.get("postData");
|
||||
Log.v(TAG, " postData=" + postData);
|
||||
// Send the data to the SdDataSource so the app can pick it up.
|
||||
if (parameters != null) {
|
||||
if (parameters.get("dataObj") != null) {
|
||||
Log.v(TAG,"passing parameters to data source");
|
||||
answer = mSdServer.mSdDataSource.updateFromJSON(parameters.get("dataObj").toString());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user