All the activities are now portrait-only.

parent 41653cbb
...@@ -41,28 +41,32 @@ ...@@ -41,28 +41,32 @@
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".intents.IntentSearchFeatures"> <activity android:name=".intents.IntentSearchFeatures"
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="com.auriclon.search" /> <action android:name="com.auriclon.search" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".intents.IntentTransferingFeatures"> <activity android:name=".intents.IntentTransferingFeatures"
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="com.auriclon.features" /> <action android:name="com.auriclon.features" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activities.SelectFollowupActivity"> <activity android:name=".activities.SelectFollowupActivity"
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="com.auriclon.activity_select_user"/> <action android:name="com.auriclon.activity_select_user"/>
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activities.SIFTActivity"> <activity android:name=".activities.SIFTActivity"
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="com.auriclon.activity_sift"/> <action android:name="com.auriclon.activity_sift"/>
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment