Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在不使用意图或内容提供者的情况下阅读联系人列表,我的意思是直接与 SQLite 通信。
有什么办法吗?
不,出于安全原因,您需要通过内容提供商。只有拥有数据库的应用程序(或者,在这种情况下,Android 操作系统)被允许读取它(除非它存储在共享内存中,默认联系人数据库不是这种情况)。