Back to project page android-autostarts.
The source code is released under:
GNU General Public License
If you think the Android project android-autostarts 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 src.com.elsdoerfer.android.autostarts.opt; /*from w w w.j a v a 2s. com*/ import android.content.Context; /** * Market-specific functionality. */ public class RootFeatures { public static final boolean Enabled = true; }