On normal JVMs you can use META-INF/MANIFEST.MF
to declare application properties, in J2ME you can use the .jad
-Files but what can you do on Android?
I need a way to declare properties which I can access using System.getProperties()
on Android. It would be best if I could use the same file format as MANIFEST.MF
-like property files use.