What's the encoding type of Android 2.2 push message? -


i'm studying android push service (c2dm) android froyo version. google says max size of message 1024 bytes (http://code.google.com/intl/ko/android/c2dm/). message encoding type? want put message not english.

c2dm requires application send messages url-encoded content type application/x-www-form-urlencoded. can confirm works data german umlauts + ß.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -