これら 2 つの方法を同じアプリで使用することはできますか?
Use for :rotation with backhome(onDestroy)
public void onDestroy(){
super.onDestroy();
webview.destroy();
finish();
System.gc();
//webview = null;
}
と
setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR); //in java file
or
android:screenOrientation="fullSensor"//manifest
電話の元に戻すボタンをクリックすると、互換性を回転させてアプリを終了したい.私のアプリもJavaScriptを使用しています。