aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml
index 908cdc5..ff40c8e 100644
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -19,8 +19,7 @@
android:theme="@style/AppTheme" >
<activity
android:name="fil.libre.repwifiapp.activities.MainActivity"
- android:label="@string/app_name"
- android:screenOrientation="portrait" >
+ android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -56,4 +55,4 @@
</activity>
</application>
-</manifest> \ No newline at end of file
+</manifest>