There doesn't seem to be anything in the API docs or Programmers Guide PDF about choosing keys for Application getProperty()/setProperty().
I was very surprised to find my test app reading properties that had been previously set by a completely different app! (the samples/ObjectStore). Surely each app should have private properties that cannot be read or written to by other apps? Or at a minimum there needs to be an agreed scheme to let users choose unique keys for their own apps?
Thanks