summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorFyodor Kupolov <fkupolov@google.com>2015-05-06 13:18:46 -0700
committerFyodor Kupolov <fkupolov@google.com>2015-05-06 13:36:03 -0700
commitef24909d84db9d5aefb825ee1556089fcdcc1678 (patch)
treef0cd8934ba94f56783628e16279dfea9d3fb1532 /core/java/android/content/Intent.java
parenta1d3c508e160b35f4f8ef56c2fb2fd6f65d5cbbd (diff)
downloadframeworks_base-ef24909d84db9d5aefb825ee1556089fcdcc1678.zip
frameworks_base-ef24909d84db9d5aefb825ee1556089fcdcc1678.tar.gz
frameworks_base-ef24909d84db9d5aefb825ee1556089fcdcc1678.tar.bz2
Remove restrictions PIN functionality
Bug: 20852231 Change-Id: I5666ee28ff1341ead9b258bc0852d8ba6d313c5e
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 54fe786..80c6306 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -2588,21 +2588,6 @@ public class Intent implements Parcelable, Cloneable {
"android.intent.action.GET_RESTRICTION_ENTRIES";
/**
- * @hide
- * Activity to challenge the user for a PIN that was configured when setting up
- * restrictions. Restrictions include blocking of apps and preventing certain user operations,
- * controlled by {@link android.os.UserManager#setUserRestrictions(Bundle).
- * Launch the activity using
- * {@link android.app.Activity#startActivityForResult(Intent, int)} and check if the
- * result is {@link android.app.Activity#RESULT_OK} for a successful response to the
- * challenge.<p/>
- * Before launching this activity, make sure that there is a PIN in effect, by calling
- * {@link android.os.UserManager#hasRestrictionsChallenge()}.
- */
- public static final String ACTION_RESTRICTIONS_CHALLENGE =
- "android.intent.action.RESTRICTIONS_CHALLENGE";
-
- /**
* Sent the first time a user is starting, to allow system apps to
* perform one time initialization. (This will not be seen by third
* party applications because a newly initialized user does not have any