gpt4 book ai didi

javascript - 在 android phonegap 上获取 SharedPreference 值

转载 作者:太空宇宙 更新时间:2023-11-03 12:22:46 25 4
gpt4 key购买 nike

在我的应用程序中,我将数据保存在 SharedPreferences 上。

这是我的代码

public void initUserData(Context context, String pKey1, String pKey2, long id) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context.getApplicationContext());

prefs.edit().putString("key1", pKey1).commit();
prefs.edit().putString("key2", pKey2).commit();
prefs.edit().putLong("user.id", id).commit();
}

如何使用 phonegap 获取 SharedPreferences 值?我的意思是使用 JavaScript 获取数据

最佳答案

有一个 phonegap 插件可以让你使用 android 的 sharedpreferences。看看这个:https://github.com/macdonst/AppPreferences

关于javascript - 在 android phonegap 上获取 SharedPreference 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10800440/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com