
Lib_m2 -      

---------------------------------------------------------------------------------------------------------------

integer platform_request(string s) -    
        .
    :
    n:=platform_request('tel: 911') -    911
    n:=platform_request('http://www.yandex.ru/index.html') -  HTML      
    n:=platform_request('http://www.coolsite.ru/midlet.jar') -  ( ) 
              -,       
        ,         ( ).

string get_app_property(string s) -  -  
        MANIFEST.MF,   JAR  ,   META-INF
      ,       :
    Manifest-Version -  -
    MIDlet-Name -  
    MIDlet-Vendor -   - 
    MIDlet-Version -  
    MicroEdition-Configuration -   CLDC
    MicroEdition-Profile -   MIDP
    Created-By -    -
    MIDlet-1 -      
