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 应用程序
任何应用程序打开数据库时是否会生成任何事件?我应该如何监控 SQLite 数据库上其他应用程序执行的操作?
不,没有 API、回调、事件或广播来监控其他应用程序的数据库访问。
数据库本身只是应用程序数据文件夹中的一个文件,根据定义,没有其他应用程序可以访问它。