I have just added multi-window support to my application. I have two Activities A and B, where A starts B. And I would like to disable resizing(or disable multiwindow) of activity B. Setting android:resizeableActivity=false
doesn't work. It only works if both A and B are set to false commonsblog.
Asked
Active
Viewed 857 times
4

noev
- 980
- 8
- 26
-
Is activity B "exported"? It seems to me that having only one "exported" activity (the launcher = not activity B?) should keep you on the safe side – Bö macht Blau Sep 20 '16 at 09:20
-
@0X0nosugar no it's not an exported activity. – noev Sep 20 '16 at 09:29