mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 02:22:32 +02:00
Try Picture in Picture mode for webview activity
This commit is contained in:
parent
2112af4400
commit
ded02f863f
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name="io.highfidelity.hifiinterface.WebViewActivity"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:configChanges="orientation"
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue