mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 16:58:28 +02:00
Remove pictureInPicture support from manifest
This commit is contained in:
parent
ea58ea0c6f
commit
ff871a0ed5
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="io.highfidelity.hifiinterface.WebViewActivity"
|
<activity android:name="io.highfidelity.hifiinterface.WebViewActivity"
|
||||||
android:supportsPictureInPicture="true"
|
|
||||||
android:configChanges="orientation|screenSize"
|
android:configChanges="orientation|screenSize"
|
||||||
android:theme="@android:style/Theme.Material.Light.NoActionBar"/>
|
android:theme="@android:style/Theme.Material.Light.NoActionBar"/>
|
||||||
<!-- We don't want to show this on Daydream yet (we need to fix the turn-around problem on this screen)
|
<!-- We don't want to show this on Daydream yet (we need to fix the turn-around problem on this screen)
|
||||||
|
|
Loading…
Reference in a new issue