-
public class CaptureController
-
-
Method Summary
Modifier and Type Method Description static IntentgetTakePictureIntent(Context context)static IntentgetTakeVideoIntent(Context context)static FilegetCaptureFile(boolean isImage)static FilegetFileFromUri(Uri uri)-
-
Method Detail
-
getTakePictureIntent
static Intent getTakePictureIntent(Context context)
-
getTakeVideoIntent
static Intent getTakeVideoIntent(Context context)
-
getCaptureFile
@Nullable() static File getCaptureFile(boolean isImage)
-
getFileFromUri
@Nullable() static File getFileFromUri(Uri uri)
-
-
-
-