Update android+AsyncServiceHelper.java

changed tabs in last commit to spaces
This commit is contained in:
Simon Heinen 2015-04-02 08:42:19 +02:00
parent 5d97dd0ea5
commit 0df9dc8fb9

View File

@ -23,8 +23,8 @@ class AsyncServiceHelper
AsyncServiceHelper helper = new AsyncServiceHelper(Version, AppContext, Callback); AsyncServiceHelper helper = new AsyncServiceHelper(Version, AppContext, Callback);
Intent intent = new Intent("org.opencv.engine.BIND"); Intent intent = new Intent("org.opencv.engine.BIND");
intent.setPackage("org.opencv.engine"); intent.setPackage("org.opencv.engine");
if (AppContext.bindService(intent, helper.mServiceConnection, if (AppContext.bindService(intent, helper.mServiceConnection, Context.BIND_AUTO_CREATE))
Context.BIND_AUTO_CREATE)) { {
return true; return true;
} }
else else