rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

Set activity oritation will cause app exit #289

Open randoms opened 5 years ago

randoms commented 5 years ago

Add the following line in your activity's onCreate method will cause app exit.

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
randoms commented 5 years ago

However it's OK to set orientation in activity's manifest file.