ready for video version ?
This commit is contained in:
parent
c4754387bf
commit
edf0323725
5 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.linphone"
|
||||
android:versionCode="1016" android:versionName="1.0.16" android:installLocation="auto">
|
||||
android:versionCode="1100" android:versionName="1.1.0" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
<application android:label="@string/app_name" android:debuggable = "true" android:icon="@drawable/logo_linphone_57x57">
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -686,7 +686,5 @@ public class DialerActivity extends Activity implements LinphoneCoreListener {
|
|||
private AndroidCameraRecordManager getVideoManager() {
|
||||
return AndroidCameraRecordManager.getInstance();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1534f84c60132dcf5c7126417afc0388c15aba2c
|
||||
Subproject commit 611e7ef23df38b1679916dc4c57b2d68f4f95332
|
Loading…
Reference in a new issue