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

Contacts facade not working #221

Open
Kaki-In opened this issue Aug 6, 2024 · 0 comments
Open

Contacts facade not working #221

Kaki-In opened this issue Aug 6, 2024 · 0 comments

Comments

@Kaki-In
Copy link

Kaki-In commented Aug 6, 2024

The contacts cannot be loaded.

/data/user/0/org.qpython.qpy/files/bin/qpython3.sh && exit
/ $ /data/user/0/org.qpython.qpy/files/bin/qpython3.sh && exit
Python 3.11.6 (main, Oct  4 2023, 09:27:52) [Clang 14.0.7 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0 on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from androidhelper import Android
>>> a = Android()
>>> a.contactsGet()
Result(id=1, result=[], error=None)
>>> a.contactsGetCount()
Result(id=2, result=0, error=None)

The contacts api does not see any contact.

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