PushHandlerActivity.java
676 Bytes
package com.arellomobile.android.push;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
public class PushHandlerActivity
extends Activity
{
private void a()
{
PushManager.a(this);
finish();
}
public void onCreate(Bundle paramBundle)
{
super.onCreate(paramBundle);
a();
}
protected void onNewIntent(Intent paramIntent)
{
super.onNewIntent(paramIntent);
setIntent(paramIntent);
a();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/arellomobile/android/push/PushHandlerActivity.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/