/* @file TDRequest.java * * @author marco corvi * @date may 2012 * * @brief TopoDroid main activity * -------------------------------------------------------- * Copyright This sowftare is distributed under GPL-3.0 or later * See the file COPYING. * -------------------------------------------------------- */ package com.topodroid.DistoX; class TDRequest { static final int SENSOR_ACTIVITY = 1; static final int REQUEST_ENABLE_BT = 2; static final int INFO_ACTIVITY = 3; // private static final int EXTERNAL_ACTIVITY = 4; static final int REQUEST_DEVICE = 5; static final int CAPTURE_IMAGE_ACTIVITY = 100; }