Back to project page android-child-lock.
The source code is released under:
Apache License
If you think the Android project android-child-lock 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.alimuzaffar.android.childlock; /* ww w. j a v a2 s . co m*/ public interface Constants { public static final String LOCKED_APP_FILE = "lockedapps.txt"; public static final String ACTION_GRANT_ACCESS = "grant.access.to.app"; public static final String EXTRA_PIN = "pin"; public static final String EXTRA_SET_PIN = "setPin"; public static final String EXTRA_PACKAGE_NAME = "packageName"; public static final String EXTRA_COMPONENT_NAME = "componentName"; public static final String EXTRA_FORCE_CLOSE = "forceClose"; }