blob: 975c7a907287226962a397b477a59c3ffcd56fc6 [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;
}