31.01.2011 15:53, Danny S. пишет:
This matches the default preferences file and so I am able to read all
pref values. But is this a "clean" way? Should I do better or create a
separat preferences file using edit() method of SharedPreferences? Do
you think my current procedure is bad and why?
Da
Hi,
I temporary added the following into my preferences activity and
access it within my broadcast receiver:
public static final String PREFERENCES_PATH =
Preferences.class.getPackage().getName() + "preferences";
in Broadcast Receiver I wrote:
preferences =
context.getSharedPreferences(
2 matches
Mail list logo