mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Workaround launcher permission problems
This commit is contained in:
parent
d987d0ec75
commit
c8a989fa60
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue