I'd like to use an android sdk interface that's available only
in android v3.0 or later.

i'd like to maintain compatibility with earlier platforms.

i thought about reflection - but interface reflection does not seem
to work. can i do this.

if ( SYSTEM_PLATFORM >= 3.0 )
{
    // then directly reference the android v3.0 interface

}


meaning on a pre android v3.0 - there'll be a compile time reference
to the interface - but not runtime.


will this work?

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

Reply via email to