How do I disable screen rotation function on certain page of my app?
I searched on stackoverflow and it suggested to add this line
Code: Select all
android:screenOrientation="landscape"
for each activity. But I am not so sure which activity from the Anroid Manifest.xml file?