J2ME JAD file analog in Android
Posted
by Arkaha
on Stack Overflow
See other posts from Stack Overflow
or by Arkaha
Published on 2010-05-28T10:29:54Z
Indexed on
2010/05/28
12:02 UTC
Read the original article
Hit count: 383
When my server gaves apk file to user, I need to put some values In this file, for j2me platform I use JAD file, and put my values there:
MY_KEY: SomeKeyValue
MY_KEY2: SomeKeyValue2
When j2me application starts on device, I can access this values through System.getProperty.
How can I do the same on android platform?
© Stack Overflow or respective owner