InstabugGcmRegistrationIntentService.java
938 Bytes
package com.instabug.library.gcm;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.instabug.library.e.a.c;
import com.instabug.library.e.c.a;
import com.instabug.library.n;
import com.instabug.library.u;
import com.instabug.library.util.InstabugSDKLogger;
public class InstabugGcmRegistrationIntentService
extends n
{
private SharedPreferences a;
protected void b()
throws Exception
{
this.a = PreferenceManager.getDefaultSharedPreferences(this);
String str = u.a().I();
InstabugSDKLogger.d(this, "GCM Registration Token: " + str);
if (!this.a.getBoolean("sentInstabugTokenToServer", false)) {
c.a().a(this, str, new c.a() {});
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/instabug/library/gcm/InstabugGcmRegistrationIntentService.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/