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