зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1578073 - Suppress MissingPermission lint in Camera2Session; r=snorp
Depends on D61861 Differential Revision: https://phabricator.services.mozilla.com/D62457 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
cfd00a144e
Коммит
7f1850d512
|
@ -10,6 +10,7 @@
|
|||
|
||||
package org.webrtc;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
import android.hardware.camera2.CameraAccessException;
|
||||
|
@ -341,6 +342,7 @@ class Camera2Session implements CameraSession {
|
|||
Logging.d(TAG, "Using capture format: " + captureFormat);
|
||||
}
|
||||
|
||||
@SuppressLint("MissingPermission")
|
||||
private void openCamera() {
|
||||
checkIsOnCameraThread();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче