WordPress-Android icon indicating copy to clipboard operation
WordPress-Android copied to clipboard

Consider dropping `android:screenOrientation` parameter

Open wzieba opened this issue 6 months ago • 2 comments

Expected behavior

No activity in AndroidManifest.xml files has android:screenOrientation

Actual behavior

Some activities have defined either landscape or portrait modes. Citing Android Lint documentation:

Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed.

Steps to reproduce the behavior

Remove DiscouragedApi issues from baseline and run a lint task (after #21082 is merged).

wzieba avatar Jul 25 '24 16:07 wzieba