Reputation: 11
android:screenOrientation="portrait"
is deprecated in Android Java and i am trying to use <item name="android:screenOrientation">portrait</item>
in app theme and also tried to use setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT)
in activity but the problem using these is that while navigation to Activity its Open in Landscape and its turns to portrait.
Is there any option to restrict the screen in portrait or landscape?
Upvotes: 0
Views: 43