I am new to Android programming and I have orientation problem.
I want my actions to be displayed only in portrait and reverse portrait and orientation.
I thought it android:screenOrientation="portrait|reversePortrait"would work, but it does not work. Is there a way to do this in the manifest file?
source
share