Disable screen rotating on Android -
this question has answer here:
- how disable orientation change on android? 12 answers
when press button, disable screen rotation on activities. how can that?
btw, phone can located in landscape or portrait position when user click button.
setrequestedorientation(activityinfo.screen_orientation_landscape); setrequestedorientation(activityinfo.screen_orientation_portrait);
Comments
Post a Comment