Back to project page base_app.
The source code is released under:
GNU General Public License
If you think the Android project base_app 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.bengui.baseapp.utils; public class Constants { public final static String LOG_TAG = "bengui_log"; public final static String DEBUG_TAG = "bengui_debug"; }