Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openExternalInsert return null at specific Phone #191

Closed
alzaichsank opened this issue Jan 8, 2025 · 0 comments
Closed

openExternalInsert return null at specific Phone #191

alzaichsank opened this issue Jan 8, 2025 · 0 comments

Comments

@alzaichsank
Copy link

alzaichsank commented Jan 8, 2025

Manifest :


<uses-permission android:name="android.permission.READ_CONTACTS" />
    <uses-permission android:name="android.permission.WRITE_CONTACTS" />

Controller:

final res = await FlutterContacts.openExternalInsert();
      if (res != null) { <--- always null
      }

i check some fix at this issue #100
but still happened at flutter_contacts: ^1.1.9+2

After i test is not depend the android version but device:
if the device dont have support play store that cant use this lib

i will close this issue

@alzaichsank alzaichsank changed the title openExternalInsert return null android 34+ openExternalInsert return null API Level 34+ (Android 14) + Jan 8, 2025
@alzaichsank alzaichsank changed the title openExternalInsert return null API Level 34+ (Android 14) + openExternalInsert return null at specific Phone Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant