Fix SuperNotCalledException.

Q. Dan, how did you make such a basic newbie mistake?
A. new phone who dis

Bug: 29779845
Change-Id: Iecba53effcf6252df228afd2cc80df43b2afaa59
This commit is contained in:
Dan Sandler
2016-06-27 21:33:27 -04:00
parent b2cd9c95bf
commit 04f8cc2bb3

View File

@@ -22,6 +22,8 @@ import android.util.Log;
public class NekoActivationActivity extends Activity {
@Override
public void onStart() {
super.onStart();
final PackageManager pm = getPackageManager();
final ComponentName cn = new ComponentName(this, NekoTile.class);
if (pm.getComponentEnabledSetting(cn) == PackageManager.COMPONENT_ENABLED_STATE_ENABLED) {