0
How can I make my android app to run just as landscape???
i wana write an android app with java and actually xml and i want to make my app just run in landscape mode
3 Réponses
+ 6
Go to manifest then to the <activity> tag that you want to keep landscape and write: android:screenOrientation="landscape" this will make your activity only landscape
+ 2
Yo no se wuafokin