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