Omk*_*kar 3 android realm
我想检查一下我的xyz.realm数据库是否已经存在,有关如何解决此问题的任何想法?
Chr*_*ior 7
这应该工作:
RealmConfiguration config = getConfig(); if (new File(config.getPath()).exists()) { // exists } else { // don't exists }
归档时间:
10 年,2 月 前
查看次数:
2101 次
最近记录: