これを止める方法はありますか?私は次のことを試しました:
//Adding this to the Manifest for the activity:
android:configChanges="orientation"
と
//Adding this to the MainActivity
@Override
public void onConfigurationChanged(Configuration newConfig){
super.onConfigurationChanged(newConfig);
}
うまくいかないので、アイデアはありますか?