namespace Bit.Droid { public static class Constants { public const string PACKAGE_NAME = "com.x8bit.bitwarden"; public const string TEMP_CAMERA_IMAGE_NAME = "temp_camera_image.jpg"; /// /// This directory must also be declared in filepaths.xml /// public const string TEMP_CAMERA_IMAGE_DIR = "camera_temp"; } }