summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-09-21 16:35:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-21 16:35:52 -0700
commit9c711282ad234e104c34eb4408d85fc1bb149ded (patch)
treeee834a96c0a1a71430ca028a58ed898850335b4d /core/java/android/content/Intent.java
parent22aa7805dd0d9bf1c31b5cff526fda793477d8a7 (diff)
parent3a9b5fbb97e65019abec97f172b4cbf2100d1225 (diff)
downloadframeworks_base-9c711282ad234e104c34eb4408d85fc1bb149ded.zip
frameworks_base-9c711282ad234e104c34eb4408d85fc1bb149ded.tar.gz
frameworks_base-9c711282ad234e104c34eb4408d85fc1bb149ded.tar.bz2
Merge "Unhide new PackageManager APIs for API 14" into ics-factoryrom
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index c7698bf..72cf26a 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -1535,8 +1535,6 @@ public class Intent implements Parcelable, Cloneable {
* <p class="note">
* This is a protected intent that can only be sent by the system.
* </p>
- *
- * @hide
*/
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_PACKAGE_NEEDS_VERIFICATION = "android.intent.action.PACKAGE_NEEDS_VERIFICATION";