Android AccountManager帐户存储

Android AccountManager帐户存储,第1张

概述AccountManager帐户存储在哪里?它在设备上吗?如果是,它存储在哪个文件夹中?解决方法:它存储在这里:Environment.getSystemSecureDirectory().getPath()+File.separator+DATABASE_NAME;getSystemSecureDirectory的位置:Getsthesystemdirectoryavailableforsecurestorag

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帐户存储所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1105566.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存