修复编译错误

lowmem
Matthew 1 month ago
parent 362a23f58d
commit 0c1143d0d0

@ -171,7 +171,7 @@ public class MpMasterService extends Service {
@Override
public IBinder onBind(Intent intent) {
// TODO: Return the communication channel to the service.
// throw new UnsupportedOperationException("Not yet implemented");
throw new UnsupportedOperationException("Not yet implemented");
}
@Override

Loading…
Cancel
Save