mirror of https://github.com/M66B/FairEmail.git
Workaround launcher permission problems
This commit is contained in:
parent
d987d0ec75
commit
c8a989fa60
|
@ -646,7 +646,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
},
|
||||
null, null, null);
|
||||
if (cursor.moveToNext()) {
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) {
|
||||
if (true || Build.VERSION.SDK_INT < Build.VERSION_CODES.M) {
|
||||
Uri uri = ContactsContract.Contacts.getLookupUri(
|
||||
cursor.getLong(0), cursor.getString(1));
|
||||
InputStream is = ContactsContract.Contacts.openContactPhotoInputStream(
|
||||
|
|
Loading…
Reference in New Issue