blob: 93c519df1a8d1ed11a7d26de9a4b6d57ee68d806 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.android.apps.reader;
public class Constants {
public static final String APP_NAME = "reader";
public static final String PDF_MIME_TYPE = "application/pdf";
public static final int REQUEST_CODE_SEEK_BLESSINGS = 200;
public static final int REQUEST_CODE_PERMISSION_EXTERNAL_STORAGE = 201;
public static final int REQUEST_CODE_RESOLVE_ERROR = 1000;
}