OSDN Git Service

@hide RetentionPolicy.SOURCE annotation
[android-x86/frameworks-base.git] / core / java / android / content / pm / LauncherApps.java
index 4b5b995..5f42d73 100644 (file)
@@ -1142,6 +1142,7 @@ public class LauncherApps {
         /** 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 {}