Go to file
Markus Doits ed0df2803f Allow to regenerate shared preferences
I encountered a problem that changing preferences in APG did not change
the preferences in ApgService after it was called once:

1. call getPreferences
2. change settings in APG
3. call getPreferences again

--> the result at 3. was still having preferences from 1.

To work around this, the function getPreferences has been updated to
force the new generation of preferences while not breaking any other
code relying on the old behaviour.
2010-12-30 13:39:46 +00:00
res Remove weird chars at the beginning of xml 2010-12-29 16:49:27 +00:00
src/org/thialfihar/android/apg Allow to regenerate shared preferences 2010-12-30 13:39:46 +00:00
AndroidManifest.xml Add first basic implementation of Apgservice 2010-12-29 16:31:58 +00:00
default.properties enabled app2sd, changed build target to API level 8 (2.2) for this 2010-08-18 13:27:54 +00:00