Update android+AsyncServiceHelper.java
small formatting fixes
This commit is contained in:
parent
0df9dc8fb9
commit
d2dc7f4c27
@ -23,9 +23,9 @@ 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, Context.BIND_AUTO_CREATE))
|
if (AppContext.bindService(intent, helper.mServiceConnection, Context.BIND_AUTO_CREATE))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user