Oct 11, 2021
I’m not an expert in Android development, but I think that if you disable orientation in Android, than you can’t change it from code. You can rotate pdf, to show it as in a landscape mode (pretty ugly solution, but may work in some cases), or do not disable it in manifest (accepting the downsides described in the article).