Fix SuperNotCalledException. am: 04f8cc2bb3 am: ed48cbc8fc
am: ca3a67d156
Change-Id: I73683acfb018da52d2e69d75edf16913439e4485
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