I have seen many answers to this question showing something like this:
<activity android:name="..."
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
</activity>
But i wonder if there is a way i do not have to repeat
android:screenOrientation="landscape"
in every activity.
Is there a way to set this global?