Mercurial > repos > other > AceTorch
comparison AndroidManifest.xml @ 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 |
comparison
equal
deleted
inserted
replaced
0:4a66834572d1 | 1:7bcf9621a373 |
---|---|
11 <uses-feature android:name="android.hardware.camera.autofocus" /> | 11 <uses-feature android:name="android.hardware.camera.autofocus" /> |
12 <uses-feature android:name="android.hardware.camera.flash" /> | 12 <uses-feature android:name="android.hardware.camera.flash" /> |
13 | 13 |
14 <application | 14 <application |
15 android:icon="@drawable/ic_launcher" | 15 android:icon="@drawable/ic_launcher" |
16 android:label="@string/app_name" > | 16 android:label="@string/app_name"> |
17 <activity | 17 <activity |
18 android:name=".AceTorchActivity" | 18 android:name=".AceTorchActivity" |
19 android:label="@string/app_name" > | 19 android:label="@string/app_name" |
20 android:screenOrientation="portrait"> | |
20 <intent-filter> | 21 <intent-filter> |
21 <action android:name="android.intent.action.MAIN" /> | 22 <action android:name="android.intent.action.MAIN" /> |
22 | 23 |
23 <category android:name="android.intent.category.LAUNCHER" /> | 24 <category android:name="android.intent.category.LAUNCHER" /> |
24 </intent-filter> | 25 </intent-filter> |