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.
我在android中使用sugarOrm库。查询完成或关闭数据库连接后是否有任何事件。我想在使用它之前解密数据库文件并在完成查询后对其进行加密。
那可能吗 ?
在 SugarORM 中查询完成后是否有事件?
我认为 save() 方法中没有监听器。确保从糖存储库中检查此代码。您不会在 save() 方法中找到任何侦听器。
但是您可以在保存数据后执行另一种解决方法来加密数据库文件。