Skip to content

Commit

Permalink
Add Multi Window support for Samsung devices
Browse files Browse the repository at this point in the history
A single meta-data entry is enough to make Termux "Multi Window" aware on supported Samsung devices.
Tested and confirmed working on Samsung Note Pro 12.2 running Android 5.1.1.

This addition should not interfer with Android 6+'s split screen feature.
Tested and confirmed split screen functions as normal on a Nexus 6 running Android 7.0.

This addition should go unnoticed on non-Smasung Android 5 devices.
Tested and confirmed no functionality visible on Nexus 5 running Android 5.1.
  • Loading branch information
bumper314 committed Jun 12, 2017
1 parent c972377 commit dc3994d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
android:grantUriPermissions="true"
android:name="com.termux.app.TermuxOpenReceiver$ContentProvider" />

<meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />
</application>

</manifest>

0 comments on commit dc3994d

Please sign in to comment.