翰林优商.apk(点击下载) / MBService.java


package com.mbridge.msdk.shell;

import android.content.Intent;
import android.os.IBinder;
import com.mbridge.msdk.foundation.tools.w;
import com.mbridge.msdk.mbdownload.c;
import com.mbridge.msdk.pluginFramework.PluginService;
import com.mbridge.msdk.pluginFramework.a;

public class MBService extends PluginService {
    @Override // com.mbridge.msdk.pluginFramework.PluginService
    public void onCreate() {
        super.onCreate();
        this.a.a.a();
    }

    @Override // com.mbridge.msdk.pluginFramework.PluginService
    public final a a() {
        try {
            return new a(new a.C0230a(new c()));
        } catch (Exception e) {
            w.b("Download", "Find Provider Error", e);
            return null;
        }
    }

    public IBinder onBind(Intent intent) {
        return this.a.a.a(intent);
    }

    public int onStartCommand(Intent intent, int i, int i2) {
        return this.a.a.a(intent, i, i2);
    }

    public void onDestroy() {
        this.a.a.b();
    }
}