Hi, I got an Android application which was using "bindAppWidgetId" it has been working but on jellybean the same source code does not compile as the API is not available and i get error "The method bindAppWidgetId(int, ComponentName) is undefined for the type AppWidgetManager", i need a solution which is backword compatible i.e. work with jellybean and earlier version of Android, i don't want to go for reflection is there any other way to achieve this?
-- Kind Regards, Saqlain Abbas. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

