mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Videoplayback is now working
This commit is contained in:
@ -69,9 +69,9 @@
|
||||
android:label="@string/downloads_label" />
|
||||
<activity
|
||||
android:name=".activity.AudioplayerActivity"
|
||||
android:configChanges="orientation"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@style/Theme.MediaPlayer" />
|
||||
android:theme="@style/Theme.MediaPlayer" android:screenOrientation="portrait"/>
|
||||
|
||||
<service
|
||||
android:name="de.danoeh.antennapod.service.DownloadService"
|
||||
@ -197,6 +197,7 @@
|
||||
</activity>
|
||||
<activity android:name=".activity.MiroGuideCategoryActivity" android:configChanges="keyboardHidden|orientation" android:theme="@style/StyledIndicators"></activity>
|
||||
<activity android:name=".activity.MiroGuideChannelViewActivity" android:configChanges="keyboard|orientation" android:label="@string/miro_guide_label"></activity>
|
||||
<activity android:name=".activity.VideoplayerActivity" android:configChanges="keyboardHidden|orientation" android:screenOrientation="landscape" android:theme="@style/VideoplayerTheme"></activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user