最佳答案
我正在尝试读取片段中的 SharedPreferences。我的代码就是我用来获取任何其他活动中的首选项的代码。
SharedPreferences preferences = getSharedPreferences("pref", 0);
我出错了
Cannot make a static reference to the non-static method getSharedPreferences(String, int) from the type ContextWrapper
我已经尝试按照这些链接,但没有运气 通过静态方法访问 SharedPreferences和 静态共享首选项 感谢您的解决方案。