You should never rely on private APIs. When they are removed like in this case there is no guarantee you will be offered an alternative On Jun 30, 2012 3:23 AM, "sven" <[email protected]> wrote:
> Hi all, > > some of my users have already updated their Galaxy Nexus to Jelly Bean and > these users are no longer able to use my app (GoodNews news reader and > podcast player), as it uses the WebView.setEmbeddedTitleBar() method to > inject the article title into the article view, so that it scrolls in a > senseful manner. On Jelly Bean this beahviour produces the following > exception: > > java.lang.NoSuchMethodException: setEmbeddedTitleBar [class > android.view.View] > > I know that this method hasn't been a public API call (except for a short > time in android 3.0), but it worked well since android 2. Unfortunately the > Jelly Bean source code isn't available now, so that I can only guess. > > Can someone cofirm that this method is gone? Any ideas for alternatives? > > Thanks a lot > > Sven > > -- > 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 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

