If your activity uses either landscape or portrait orientation, and you want to reverse either orientation, this code snippet will enable you to do so.
#If JAVA
import android.content.pm.ActivityInfo;
public void changeScreenOrientation(int orientation)
{
switch (orientation)
{
case...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.