Answers for "unity android disable screen rotation"

1

how to disable screen rotation android studio

//put this <
this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
 // > In your MainActivity.java
Posted by: Guest on August-23-2021

Code answers related to "unity android disable screen rotation"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language