custom Dialog
アクティビティのメソッド以外のメソッドで を作成していonCreateDialog
ます。デバイスの向きが変わると、他の多くの人が経験した通常のリーク ウィンドウ エラーが発生します。
06-15 23:47:07.712: E/WindowManager(964): Activity com.betweenthehills.TestVideoPlayerActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@44ef8438 that was originally added here
06-15 23:47:07.712: E/WindowManager(964): android.view.WindowLeaked: Activity com.betweenthehills.TestVideoPlayerActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@44ef8438 that was originally added here
アクティビティが破棄される前に、ダイアログを閉じる必要があることに気付きました。しかし、Activity メソッドを書き直すことはできません。onPause>onDestroy
アクティビティサイクルが開始する前に向きの変化を検出する方法はありますか?