aboutsummaryrefslogtreecommitdiffstats
path: root/app/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/AndroidManifest.xml')
-rw-r--r--app/AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml
index 891cca9..2483de4 100644
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -48,8 +48,7 @@
<activity
android:name="fil.libre.repwifiapp.activities.MainActivity"
android:label="@string/app_name"
- android:launchMode="singleTop"
- android:screenOrientation="portrait" >
+ android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -89,4 +88,4 @@
</activity>
</application>
-</manifest> \ No newline at end of file
+</manifest>