kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix for bug that could drop unencrypted MMS on KitKat.
rodzic
7489f3463a
commit
7c2fb74af4
|
@ -51,7 +51,7 @@ public class MmsListener extends BroadcastReceiver {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT &&
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT ||
|
||||
PreferenceManager.getDefaultSharedPreferences(context)
|
||||
.getBoolean(ApplicationPreferencesActivity.ALL_MMS_PERF, true))
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue