Try Picture in Picture mode for webview activity

This commit is contained in:
Gabriel Calero 2018-06-28 18:34:08 -03:00
parent 2112af4400
commit ded02f863f

View file

@ -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)