mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Implement BQP Android UI using QR codes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.briarproject.android.util;
|
||||
|
||||
import android.hardware.Camera;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public interface PreviewConsumer {
|
||||
|
||||
void start(Camera camera);
|
||||
|
||||
void stop();
|
||||
}
|
||||
Reference in New Issue
Block a user