الأربعاء، 12 أغسطس 2015

How to make android application to be only run in portrait

In the manifest, set this for all your activities:

<activity android:name=".YourActivity"
    android:screenOrientation="portrait"/>

Happy programming :)

ليست هناك تعليقات:

إرسال تعليق