AccountManager帐户存储在哪里?它在设备上吗?如果是,它存储在哪个文件夹中?
解决方法:
它存储在这里:
Environment.getSystemSecureDirectory().getPath() + file.separator + DATABASE_name;
getSystemSecureDirectory的位置:
Gets the system directory available for secure storage. If Encrypted
file system is enabled, it returns an encrypted directory
(/data/secure/system). Otherwise, it returns the unencrypted
/data/system directory.
和DATABASE_name =“accounts.db”;
总结以上是内存溢出为你收集整理的Android AccountManager帐户存储全部内容,希望文章能够帮你解决Android AccountManager帐户存储所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)