Hi guys, currently I have a little Problem. I try to make a tabactivity calling for each tab a different PreferenceActivity (to establish categories and subcategories). To do this i use explicit Intents. But now I've read in a tutorial, each PreferenceActvivity stores his values in a file named '${package name}/shared_prefs and overwrites in this step all former values.
This would imply that you can only have one PreferenceActivity per App, if you don't create a modified PreferenceActivity. Is this right? I am pretty new in Android an so I hope this is not a too stupid question... :-) If someone has an idea, how it is possible to use several PreferenceActivities per App, it would really help me. Maybe it is possible to define the filename manually, in which each value is stored. Or it is possible to merge all parameter data from several PreferenceActivities in one (mentioned) file. Boris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en