hi all,
I am wondering what is the best way to manage the configuration of an 
android service that I have written to extend the system server services 
package

I am thinking to use a shared preferences approach, so I could easily 
manage the user interface of the configuration by implementing an activity 
class that extends the PreferenceActivity 

but I have a problem because my service belongs to the system 
android.server.com package while my activity for the user interface 
configuration belongs to another package

so the question is: could the service and the activity share the 
configuration xml file? is it possible to put the configuration xml file in 
a central location where all can read/write?

Marco

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to