Skip to content

Commit

Permalink
Adding LG split window support
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed May 22, 2016
1 parent 34eb64a commit 10c00f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
android:hardwareAccelerated="true"
android:allowBackup="true">

<meta-data android:name="com.lge.support.SPLIT_WINDOW" android:value="true" />

<activity android:name=".activities.MainActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:clearTaskOnLaunch="false"
Expand Down

0 comments on commit 10c00f5

Please sign in to comment.