| Author |
MIDP2 user-agent strings...
|
James Hodgkiss
Ranch Hand
Joined: Jan 22, 2004
Posts: 401
|
|
Creating a servlet that will detect if the mobile is MIDP2. Do all MIDP2 phones' user-agents contain "MIDP-2" as a substring? Or is there a better way of detecting? Cheers, James [ July 04, 2007: Message edited by: James Hodgkiss ]
|
 |
Dawei Li
Greenhorn
Joined: Jul 01, 2007
Posts: 22
|
|
I think you can use System.getProperty("microedition.profiles") It will return version of midp
|
<a href="http://www.java-forums.org" target="_blank" rel="nofollow">Java</a>
|
 |
James Hodgkiss
Ranch Hand
Joined: Jan 22, 2004
Posts: 401
|
|
|
Cheers, but I need my servlet to detect it from the mobile's user-agent request header...
|
 |
 |
|
|
subject: MIDP2 user-agent strings...
|
|
|