Fix SuperNotCalledException.
am: 04f8cc2bb3
Change-Id: I52977c00a41ec0db599b67cdc2617f1c602667a6
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user