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:
parent
c78077a416
commit
aa735c22b2
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user