blob: 26e27a43d0f4e694f7dc65433db7067194eca511 [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 PDF_MIME_TYPE = "application/pdf";
}