summaryrefslogtreecommitdiff
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorSongchun Fan <schfan@google.com>2021-04-12 22:59:41 +0000
committerSongchun Fan <schfan@google.com>2021-04-12 23:49:57 +0000
commitb2fdd34a807ab911d4e4e33f204f511ca6ae097b (patch)
tree9ccc2fb799a2ecc3c47cfca599473481e334f64b /core/java/android/content/Intent.java
parent55c108fdb1490252e9a93a8d31b0dd17eb359196 (diff)
[api] hide ACTION_PACKAGE_FULLY_LOADED as it is not used
BUG: 171920377 Test: builds Change-Id: I7b17bbe6624e5c96ceac55ca050ec0add0b05cb1
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 9ad017c5f9c6..f8d407db07a5 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -2871,6 +2871,7 @@ public class Intent implements Parcelable, Cloneable {
* </ul>
*
* <p class="note">This is a protected intent that can only be sent by the system.
+ * @hide
*/
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_PACKAGE_FULLY_LOADED =