Mercurial > repos > other > AceTorch
changeset 1:7bcf9621a373
Force portrait mode as a temporary fix for the light going out when you rotate the phone
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 29 Oct 2012 11:38:59 +0000 |
parents | 4a66834572d1 |
children | de6a63e771dc |
files | AndroidManifest.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/AndroidManifest.xml Mon Oct 29 11:23:36 2012 +0000 +++ b/AndroidManifest.xml Mon Oct 29 11:38:59 2012 +0000 @@ -13,10 +13,11 @@ <application android:icon="@drawable/ic_launcher" - android:label="@string/app_name" > + android:label="@string/app_name"> <activity android:name=".AceTorchActivity" - android:label="@string/app_name" > + android:label="@string/app_name" + android:screenOrientation="portrait"> <intent-filter> <action android:name="android.intent.action.MAIN" />