kopia lustrzana https://github.com/ryukoposting/Signal-Android
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.fork-5.53.8
rodzic
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>
|
||||
|
|
Ładowanie…
Reference in New Issue