release
FongMi 1 year ago
parent 4226ce0554
commit b2827e1b8c
  1. 2
      forcetech/src/main/java/com/forcetech/service/PxPService.java
  2. 2
      forcetech/src/main/java/com/gsoft/mitv/MainActivity.java

@ -30,6 +30,6 @@ public abstract class PxPService extends Service {
@Override
public boolean onUnbind(Intent intent) {
if (forceTV != null) forceTV.stop();
return super.onUnbind(intent);
return false;
}
}

@ -51,7 +51,7 @@ public class MainActivity extends Service {
@Override
public boolean onUnbind(Intent intent) {
if (forceTV != null) forceTV.stop();
return super.onUnbind(intent);
return false;
}
private native void loadLibrary(int type);

Loading…
Cancel
Save