From 9b81e7f71b9bb4a37f48a216cda7ada0ba74bf31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Sun, 11 Oct 2020 01:09:28 +0200 Subject: [PATCH] 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. --- app/src/main/AndroidManifest.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f7a10c6065..355c456b20 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -802,12 +802,5 @@ - - - - - - -