Skip to content

Instantly share code, notes, and snippets.

@msama
Created September 7, 2012 13:33
Show Gist options
  • Save msama/3666279 to your computer and use it in GitHub Desktop.
Save msama/3666279 to your computer and use it in GitHub Desktop.
Android set screen orientation
import android.app.Activity;
//---change to landscape mode---
activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment