简体   繁体   English

存档文件和SQLite访问

[英]archive file and SQLite access

we are trying to develop a set of common functionalities into .aar in android project. 我们正在尝试在android项目中将一组通用功能开发为.aar。 We have a concern that, can we access data from database attached in the main application bundle ? 我们担心,是否可以从主应用程序捆绑包中附加的数据库访问数据?

Does android limit and persistent storage functions for .aar type of projects ? android是否限制.aar类型的项目的持久存储功能?

Yes you can. 是的你可以。

.aar is just a library, so you can do anything you could do in the app which uses the library. .aar只是一个库,因此您可以执行使用该库的应用程序中可以做的任何事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM