• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. O

    Apps Can't read from XML

    It just keep giving me "Permission denied" error. Here's my code. private RSSFeed getFeed(String urlToRssFeed) { URL url=null; try { // setup the url url = new URL(urlToRssFeed); // create the factory...