Skip to content

Commit 6ab54d6

Browse files
force orientation portrait
1 parent 08a381f commit 6ab54d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
android:theme="@style/AppTheme" >
1919
<activity
2020
android:name="at.huber.sampleDownload.SampleDownloadActivity"
21-
android:label="@string/app_name" >
21+
android:label="@string/app_name"
22+
android:screenOrientation="portrait" >
2223

2324
<intent-filter>
2425
<action android:name="android.intent.action.SEND" />

bin/youtubeDownloader.apk

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)