Ignore:
Timestamp:
Jul 26, 2013 5:54:33 AM (11 years ago)
Author:
ming
Message:

JNI projects:

  • Fix project setup for Android sample app
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/jni/pjsip-apps/src/jni/src/org/pjsip/hello/MainActivity.java

    r4571 r4574  
    1111                super.onCreate(savedInstanceState); 
    1212                setContentView(R.layout.activity_main); 
     13                 
     14                /* Call test app here 
     15                String [] args = {"sip:192.168.1.49"}; 
     16                hello.main(args); 
     17                */ 
    1318        } 
    1419 
Note: See TracChangeset for help on using the changeset viewer.