Disabling Multi-window feature for Android N not working for an activity

前端 未结 3 2077
夕颜
夕颜 2021-02-08 10:54

I want to disable multi-window support for an activity in my app. I have set resizeableActivity to false in my Manifest but when I long press recent app icon, the a

3条回答
  •  深忆病人
    2021-02-08 11:54

    [UPDATE] set android:resizeableActivity="false" in application tag. This will work now.

提交回复
热议问题