Hi All ,
I want to know how to do the platform request in j2me with respect to S40 and S60 phones differently . why means in S40 if you perform platform request it wont come back to the application . In case of S60 after the plat from request the control will come to the application .
1. In this cases I need How to disting wish across S40 phone and S60 phones . How to know at run time I am running on S40 or S60 phone . Is there any property which will gives you the entire platform like NOKIA3250S60 kind of a thing.
2. If it is not possible how the gmail mobile APP doing the platform request intelligently depending on the platform.
The code I am using is:
parent.platformRequest("tel:+"+number);
parent.notifyPaused();
parent.resumeRequest();
If any one know how to do this ..It will be help full..
Thanks&Regards
Bhanu

Reply With Quote



