/* * Copyright 2013 Chris Banes * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.zhaojian.jolly.constant; public class PreferenceConstants { public static final String PREF_INSTANT_UPLOAD_ENABLED = "pref_instant_upload_enabled"; public static final String PREF_INSTANT_UPLOAD_ALBUM_ID = "pref_instant_upload_album"; public static final String PREF_INSTANT_UPLOAD_QUALITY = "pref_instant_upload_quality"; public static final String PREF_INSTANT_UPLOAD_FILTER = "pref_instant_upload_filter"; public static final String PREF_INSTANT_UPLOAD_IF_ROAMING = "pref_instant_upload_roaming_enabled"; public static final String PREF_INSTANT_UPLOAD_WIFI_ONLY = "pref_instant_upload_wifi_only"; public static final String PREF_SAFE_DECODER_ONLY = "pref_safe_decoder_only"; public static final String PREF_SELECTED_MEDIA_BUCKET_ID = "selected_media_store_bucket"; public static final String PREF_SHOWN_INSTANT_UPLOAD_DIALOG = "pref_show_instant_upload_dialog"; public static final String PREF_UPLOADS_PAUSED = "pref_uploads_paused"; public static final String PREF_SAVE_PHOTOS_TO_GALLERY = "pref_save_files_gallery"; }