Back to project page XposedMenuBeGone.
The source code is released under:
GNU General Public License
If you think the Android project XposedMenuBeGone 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 ro.epb.menubegone.core; public class Constants { public static final String PREF_FILE = "preferences"; public static final String PREF_BLACKLIST = "blacklist"; public static final String PREF_LONG_REMAP = "remap_long"; public static final String PACKAGE = "ro.epb.menubegone"; }