Bug 1035642 - Add branding resources for simple search widget. r=mfinkle

This commit is contained in:
Wes Johnston 2014-07-30 10:45:15 -07:00
parent ba1cf91015
commit 00d808c3c5
6 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@ import android.os.Build;
@RobocopTarget
public class AppConstants {
public static final String ANDROID_PACKAGE_NAME = "@ANDROID_PACKAGE_NAME@";
// Maintain a separate search package name so that we can speciailize it in the standalone search project
public static final String SEARCH_PACKAGE_NAME = "@ANDROID_PACKAGE_NAME@";
public static final String MANGLED_ANDROID_PACKAGE_NAME = "@MANGLED_ANDROID_PACKAGE_NAME@";
/**
@ -70,6 +72,7 @@ public class AppConstants {
* The name of the Java class that launches the browser.
*/
public static final String BROWSER_INTENT_CLASS_NAME = "org.mozilla.gecko.BrowserApp";
public static final String SEARCH_INTENT_CLASS_NAME = "org.mozilla.search.MainActivity";
public static final String GRE_MILESTONE = "@GRE_MILESTONE@";

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB