update ms2
This commit is contained in:
parent
e91beec3eb
commit
93ed92b94a
3 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@
|
|||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
<!-- Needed for kill application yourself -->
|
||||
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>
|
||||
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" />
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
android:largeScreens="true"
|
||||
|
|
|
@ -113,7 +113,7 @@ public class QrcodeFragment extends Fragment {
|
|||
launchQrcodeReader();
|
||||
if (androidVideoWindowImpl != null) {
|
||||
synchronized (androidVideoWindowImpl) {
|
||||
LinphoneManager.getLc().setNativePreviewWindowId(androidVideoWindowImpl);
|
||||
//LinphoneManager.getLc().setNativePreviewWindowId(androidVideoWindowImpl);
|
||||
}
|
||||
}
|
||||
super.onResume();
|
||||
|
@ -123,11 +123,11 @@ public class QrcodeFragment extends Fragment {
|
|||
public void onPause() {
|
||||
if (androidVideoWindowImpl != null) {
|
||||
synchronized (androidVideoWindowImpl) {
|
||||
LinphoneManager.getLc().setNativePreviewWindowId(null);
|
||||
//LinphoneManager.getLc().setNativePreviewWindowId(null);
|
||||
}
|
||||
}
|
||||
enableQrcodeReader(false);
|
||||
setBackCamera(false);
|
||||
//setBackCamera(false);
|
||||
super.onPause();
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1e53888bb49135c528a0bb32494bfb5ceaddb5f8
|
||||
Subproject commit 89e89db483137c1bb65d30c2ecd9c1667a43dae1
|
Loading…
Reference in a new issue