aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-23 01:34:25 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-23 01:34:25 +0200
commitc7b21e2267ddb5c82d5a8352ecd1fcf313b5206c (patch)
treee5a932b7bbe5eb5232f85d251fcef31c3639f342
parentfc12c9d07e2743cd0359e72dc934647eaad079cb (diff)
downloadpackages_apps_repwifi-c7b21e2267ddb5c82d5a8352ecd1fcf313b5206c.tar.gz
packages_apps_repwifi-c7b21e2267ddb5c82d5a8352ecd1fcf313b5206c.tar.bz2
packages_apps_repwifi-c7b21e2267ddb5c82d5a8352ecd1fcf313b5206c.zip
allow to use the app in landscape mode
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-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>