mirror of
https://github.com/vectras-team/termux-x11.git
synced 2024-11-23 23:00:20 +00:00
Add Picture-in-picture support
This also adds support to multi-display, freeform windows and also for secondary displays ... hopefully..
This commit is contained in:
parent
e614c576e8
commit
0e83bc40d9
@ -20,7 +20,7 @@
|
||||
tools:ignore="GoogleAppIndexingWarning"
|
||||
android:resizeableActivity="true"
|
||||
android:debuggable="true"
|
||||
android:supportsPictureInPicture="false">
|
||||
android:supportsPictureInPicture="true">
|
||||
<service
|
||||
android:name=".LorieService"
|
||||
android:enabled="true"
|
||||
@ -39,6 +39,9 @@
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<category android:name="android.intent.category.SECONDARY_HOME" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:theme="@style/Theme.AppCompat.DayNight"
|
||||
@ -46,6 +49,7 @@
|
||||
android:name=".LoriePreferences" >
|
||||
</activity>
|
||||
<meta-data android:name="com.samsung.android.multidisplay.keep_process_alive" android:value="true"/>
|
||||
<meta-data android:name="android.allow_multiple_resumed_activities" android:value="true" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user