package com.xiaomi.mipush.sdk; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.os.Handler; import android.view.Window; import android.view.WindowManager; import com.xiaomi.channel.commonutils.logger.b; public final class NotificationClickedActivity extends Activity { private BroadcastReceiver a; /* renamed from: a reason: collision with other field name */ private Handler f6682a; private void a(Intent intent) { if (intent != null) { try { Intent intent2 = (Intent) intent.getParcelableExtra("mipush_serviceIntent"); if (intent2 != null) { intent2.putExtra("is_clicked_activity_call", true); b.b("clicked activity start service."); startService(intent2); } } catch (Exception e) { b.a(e); } } } /* access modifiers changed from: protected */ public final void onCreate(Bundle bundle) { super.onCreate(bundle); Window window = getWindow(); WindowManager.LayoutParams attributes = window.getAttributes(); attributes.height = 1; attributes.width = 1; attributes.gravity = 8388659; window.setAttributes(attributes); Handler handler = new Handler(); this.f6682a = handler; handler.postDelayed(new ac(this), 3000); IntentFilter intentFilter = new IntentFilter(); intentFilter.addAction("action_clicked_activity_finish"); ad adVar = new ad(this); this.a = adVar; try { registerReceiver(adVar, intentFilter, d.a(this), null); } catch (Exception unused) { } a(getIntent()); } /* access modifiers changed from: protected */ public final void onDestroy() { super.onDestroy(); this.f6682a.removeCallbacksAndMessages(null); try { unregisterReceiver(this.a); } catch (Exception unused) { } } /* access modifiers changed from: protected */ public final void onNewIntent(Intent intent) { super.onNewIntent(intent); a(intent); } /* access modifiers changed from: protected */ public final void onResume() { super.onResume(); } }