I'm trying to disable multi window support using android:resizeableActivity="false"
inside application tag in the manifest file. But it shows this warning -
Attribute resizeableActivity is only used in API level 24 and higher (current min is 15)
Then I used "suppress with tool:TargetApi Attribute". This gave me RuntimeException: Worker exited due to exception:
What should I do now ?
Attribute resizeableActivity is only used in API level 24 and higher (current min is 15)
You can safely ignore that warning because Multi Window Support is only available from Android 7.0(API level 24) and above. On lower versions this line android:resizeableActivity="false"
will simply be ignored.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With