PermissionsUtils.java
Go to the documentation of this file.
1 package com.intel.realsense.camera;
2 
3 public class PermissionsUtils {
4 
5  public static final int PERMISSIONS_REQUEST_CAMERA = 0;
6  public static final int PERMISSIONS_REQUEST_READ = 1;
7  public static final int PERMISSIONS_REQUEST_WRITE = 2;
8  public static final int PERMISSIONS_REQUEST_ALL = 3;
9 
10 }


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:39