Moved main Activity to ui sub-package

Also force portrait orientation.
This commit is contained in:
Tobias Brunner
2012-08-08 15:41:04 +02:00
parent 8bf3027643
commit 441dde9ee9
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -12,8 +12,10 @@
android:icon="@drawable/strongswan"
android:label="@string/app_name" >
<activity
android:name=".strongSwanActivity"
android:label="@string/app_name" >
android:name=".ui.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
android:screenOrientation="portrait" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />