OK, more testing done …
edit your manifest file in the sketch folder to set landscape
<activity android:name=".MainActivity" android:screenOrientation=“landscape” … etc …
and don’t do anything in you code.
This seems to stop any attempt to set portrait.