Fragment içindeki SharedPreferences'ı okumaya çalışıyorum. Kodum, diğer herhangi bir Faaliyette tercihleri almak için kullandığım şeydir.
SharedPreferences preferences = getSharedPreferences("pref", 0);
Hata alıyorum
Cannot make a static reference to the non-static method getSharedPreferences(String, int) from the type ContextWrapper
Bu bağlantıları izlemeye çalıştım ama hiç şansım olmadı. Paylaşılan Tercihlere statik yöntemler ve Statik Paylaşılan Tercihler yoluyla Erişme . Herhangi bir çözüm için teşekkür ederim.