Lollipop MMS API doesn't seem to work reliably until L_MR1

Fixes #6663
Fixes #6668
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-05-24 10:52:08 -07:00
parent 4dd5a92817
commit 4509077338
2 changed files with 20 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ public class MmsDownloadJob extends MasterSecretJob {
Log.w(TAG, e);
}
Log.w(TAG, "Downloading mms at " + Uri.parse(contentLocation).getHost());
Log.w(TAG, "Downloading mms at " + Uri.parse(contentLocation).getHost() + ", subscription ID: " + notification.get().getSubscriptionId());
RetrieveConf retrieveConf = new CompatMmsConnection(context).retrieve(contentLocation, transactionId, notification.get().getSubscriptionId());