The Android Publishing Guide has this to say about the response from the licensing server: "For certain types of licensing responses, the licensing server appends extra settings to the responses, to help the application manage licensing effectively." The only settings the guide mentions are the response code, VT, GT, GR and UT. Are there any type of request for which all of the five fields will not be set? Are there any more settings? And most importantly, when I looked at the implementation of ServerManagedPolicy, I found that it has code for handling any other extra fields that might be appended to these five fields. It does not parse them but simply passes them to the app. What are these settings and who appends them to the response?
~rajorshi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

