Back to project page AppSearchWidget.
The source code is released under:
Apache License
If you think the Android project AppSearchWidget listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.testwidget; //from w ww . j a va2s. c o m public class Constants { public static final String NEW_ITEMS_INTENT = "com.example.testwidget.NEW_ITEMS"; public static final String SHIFT_MODE_INTENT = "com.example.testwidget.SHIFT_MODE"; public static final String TEXT_INTENT = "com.example.testwidget.TEXT"; public static final String COMPONENT_LAUNCH_INTENT = "com.example.testwidget.COMPONENT_LAUNCH"; public static final String INITIAL_APPLIST_LOADING_INTENT = "com.example.testwidget.INITIAL_APPLIST_LOADING"; public static final String COMPONENT_NAME = "COMPONENT_NAME"; public static final String CURRENT_SHIFT_MODE = "CURRENT_SHIFT_MODE"; public static final String TYPED_TEXT = "TYPED_TEXT"; public static final String COMPONENT_PACKAGE = "COMPONENT_PACKAGE"; public static final String COMPONENT_CLASS = "COMPONENT_CLASS"; public static final String APPLIST_LOADING = "APPLIST_LOADING"; }