The activity is to block just in case, to block everything and just repeat this line of code in your actions.
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_my);
or open "AndroidManisfest.xml" and add lines for portrait mode, as shown below.
android:configChanges="orientation" android:screenOrientation="portrait">
Michel Silva Jul 30 '14 at 19:27 2014-07-30 19:27
source share