当我的应用程序进入多窗口模式时,我的活动被杀死并重新生成。这是预期的行为。
我试图使用此行为阻止此操作?
答案 0 :(得分:0)
找到从链接处理多窗口的代码:https://medium.com/google-developers/5-tips-for-preparing-for-multi-window-in-android-n-7bed803dda64
<activity
android:name=".MyActivity"
android:configChanges="screenSize|smallestScreenSize
|screenLayout|orientation"
/>