Reputation: 6061
I am developing an app for Android 3.x and want to use LocalBroadcastManager. However, it is not available in the default Android 3.x SDK but only in the Android support package.
Do I just use the one from the support package instead?
p.s The same question can also apply for ViewPager, the control does not exist unless you include the Android support package into your project.
Upvotes: 3
Views: 1360