Merge "@hide RetentionPolicy.SOURCE annotation"
diff --git a/api/current.txt b/api/current.txt
index 9f6d358..65b86c9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -9800,9 +9800,6 @@
     field public static final int REQUEST_TYPE_SHORTCUT = 1; // 0x1
   }
 
-  public static abstract class LauncherApps.PinItemRequest.RequestType implements java.lang.annotation.Annotation {
-  }
-
   public static class LauncherApps.ShortcutQuery {
     ctor public LauncherApps.ShortcutQuery();
     method public android.content.pm.LauncherApps.ShortcutQuery setActivity(android.content.ComponentName);
diff --git a/api/system-current.txt b/api/system-current.txt
index 4131e8c..5afcedf 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -10216,9 +10216,6 @@
     field public static final int REQUEST_TYPE_SHORTCUT = 1; // 0x1
   }
 
-  public static abstract class LauncherApps.PinItemRequest.RequestType implements java.lang.annotation.Annotation {
-  }
-
   public static class LauncherApps.ShortcutQuery {
     ctor public LauncherApps.ShortcutQuery();
     method public android.content.pm.LauncherApps.ShortcutQuery setActivity(android.content.ComponentName);
diff --git a/api/test-current.txt b/api/test-current.txt
index c1ec21d..422760b 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -9828,9 +9828,6 @@
     field public static final int REQUEST_TYPE_SHORTCUT = 1; // 0x1
   }
 
-  public static abstract class LauncherApps.PinItemRequest.RequestType implements java.lang.annotation.Annotation {
-  }
-
   public static class LauncherApps.ShortcutQuery {
     ctor public LauncherApps.ShortcutQuery();
     method public android.content.pm.LauncherApps.ShortcutQuery setActivity(android.content.ComponentName);
diff --git a/core/java/android/content/pm/LauncherApps.java b/core/java/android/content/pm/LauncherApps.java
index afd7578..e7d37cc 100644
--- a/core/java/android/content/pm/LauncherApps.java
+++ b/core/java/android/content/pm/LauncherApps.java
@@ -1142,6 +1142,7 @@
         /** This is a request to pin app widget. */
         public static final int REQUEST_TYPE_APPWIDGET = 2;
 
+        /** @hide */
         @IntDef(value = {REQUEST_TYPE_SHORTCUT})
         @Retention(RetentionPolicy.SOURCE)
         public @interface RequestType {}