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中存储一些关键信息。我不想使用 SharedPreferences 因为不安全,它正在删除管理应用程序的“清除数据”属性。我认为这个工作钥匙串类的理想之选,但它需要 api 级别 14。我的 android 应用程序是 api 级别 8。我该怎么做?谢谢。
我认为这个工作钥匙串类的理想之选,但它需要 api 级别 14。
AFAIK,钥匙串 API 仅用于证书,而不是“一些关键信息”。
我该怎么做呢?
你没有。我什至怀疑钥匙串 API 是防篡改的,因为加密密钥和算法都在设备上。如果您不希望用户拥有“一些关键信息”,请不要将这些信息放在设备上。