大漢易經書院.apk(点击下载) / y.java


package com.xiaomi.mipush.sdk;

import android.content.Context;
import android.content.Intent;
import com.xiaomi.channel.commonutils.logger.b;

/* access modifiers changed from: package-private */
public class y implements Runnable {
    final /* synthetic */ Context a;

    /* renamed from: a  reason: collision with other field name */
    final /* synthetic */ Intent f6726a;

    /* JADX WARN: Incorrect args count in method signature: ()V */
    y(Context context, Intent intent) {
        this.a = context;
        this.f6726a = intent;
    }

    public void run() {
        try {
            this.a.startService(this.f6726a);
        } catch (Exception e) {
            b.m9051a(e.getMessage());
        }
    }
}