Update android+AsyncServiceHelper.java
changed tabs in last commit to spaces
This commit is contained in:
parent
5d97dd0ea5
commit
0df9dc8fb9
@ -21,11 +21,11 @@ class AsyncServiceHelper
|
|||||||
final LoaderCallbackInterface Callback)
|
final LoaderCallbackInterface Callback)
|
||||||
{
|
{
|
||||||
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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user