Is the Activity being destroyed because orientation changed or because app is closing?

后端 未结 6 1308
面向向阳花
面向向阳花 2021-01-01 21:12

I have an Activity that starts an AsyncTask. The activity is allowed to show in Portrait or Landscape orientation. When the orientation is

6条回答
  •  温柔的废话
    2021-01-01 21:58

    If your app targets API level 13 or higher, you should set this config in the manifest.xml

    
    

提交回复
热议问题