I've never seen the @SdkConstant annotation either. Maybe this drives
some JavaDoc compilation?

I would just ignore this annotation.

On Mar 11, 10:56 pm, a a <harvey.a...@gmail.com> wrote:
> I read the code in the intent.java, there have a lot of definition
> like following:
>
>     @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
>     public static final String ACTION_ATTACH_DATA =
> "android.intent.action.ATTACH_DATA";
>
> I don't konw why the @SdkConstant identifiers before the declair
> public static final String ACTION_ATTACH_DATA ?
>
> What's the action for the @SdkConstant ??
>
> sorry for my poor java lanaguage ability.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to