project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SchemeCreatorActivity.java
No longer jiggle sticky mines if using portable portal device
This fixes the sticky mine sound playing when using portal gun while any sticky mine is placed on ground.
We decided that placed sticky mines can't be teleported.
package org.hedgewars.hedgeroid;
import android.app.Activity;
// TODO stub for the actual scheme editor
public class SchemeCreatorActivity extends Activity {
}