How to differentiate activity recreation is caused by screen rotation, or low memory condition

后端 未结 2 1509
无人及你
无人及你 2021-01-23 04:16

According to http://developer.android.com/training/basics/activity-lifecycle/recreating.html

There are various ways to trigger activity recreation.

  • Screen
2条回答
  •  别那么骄傲
    2021-01-23 04:52

    check this out -https://developer.android.com/reference/android/app/Activity#isChangingConfigurations()

    You can simply save value returned by isChangingConfigurations() in bundle and then check it in onCreate

提交回复
热议问题