Mypal/mobile/android/search/java/org/mozilla/search/Constants.java
2019-03-11 13:26:37 +03:00

21 lines
665 B
Java

/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.search;
/**
* Key should not be stored here. For more info on storing keys, see
* https://github.com/ericedens/FirefoxSearch/issues/3
*/
public class Constants {
public static final String ABOUT_BLANK = "about:blank";
}