2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 13:17:43 +00:00

Remove Samsung compatibility mode

This commit is contained in:
Simon Redman 2019-11-18 22:42:57 -08:00
parent c78077a416
commit aa735c22b2

View File

@ -114,8 +114,7 @@ public class SMSHelper {
// By my understanding, "simple=true" means we can't support multi-target messages. // By my understanding, "simple=true" means we can't support multi-target messages.
// Go complain to Samsung about their annoying OS changes! // Go complain to Samsung about their annoying OS changes!
if ("Samsung".equalsIgnoreCase(Build.MANUFACTURER)) { if ("Samsung".equalsIgnoreCase(Build.MANUFACTURER)) {
Log.i("SMSHelper", "Samsung compatibility mode enabled. This may cause some features to not work properly."); Log.i("SMSHelper", "This appears to be a Samsung device. This may cause some features to not work properly.");
return Uri.parse("content://mms-sms/conversations?simple=true");
} }
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {