blob: a157c77a5f99e6cab9f18f5dfd22a3f9f4c59178 [file] [log] [blame]
/*
* Copyright (C) 2017 The Android Open Source Project
*
* 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.android.dialer.constants;
/**
* Utility to access constants
*/
public class Constants {
public static final String FILE_PROVIDER_AUTHORITY = "com.android.dialer.files";
public static final String ANNOTATED_CALL_LOG_PROVIDER_AUTHORITY =
"com.android.dialer.annotatedcalllog";
public static final String PHONE_LOOKUP_HISTORY_PROVIDER_AUTHORITY =
"com.android.dialer.phonelookuphistory";
public static final String PREFERRED_SIM_FALLBACK_PROVIDER_AUTHORITY =
"com.android.dialer.preferredsimfallback";
}