mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 17:37:57 +00:00
Removes deprecated Samsung multi-window support
This removes the deprecated Samsung multi-window support. Actually this breaks multi-window support on newer Samsung devices. Android supports multi-window since Android 7.0 and AFAIK Samsung switched to this as well. There isn't even any reference anymore that mentions these lines of code as required.
This commit is contained in:

committed by
Greyson Parrelli

parent
bdc6c8c65a
commit
9b81e7f71b
@@ -802,12 +802,5 @@
|
||||
|
||||
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
||||
|
||||
<uses-library android:name="com.sec.android.app.multiwindow" android:required="false"/>
|
||||
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />
|
||||
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip" />
|
||||
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip" />
|
||||
<meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip" />
|
||||
<meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip" />
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
|
Reference in New Issue
Block a user