hi, I need to open index.html file present in sdcard using the web browser. Since my development board does not have keypad so i plan to put many website links into index.html in sdcard and open in web browser. How to do this? Modfying private String homeUrl = "file:///sdcard/index.html"; in BrowserSettings.java gives error web page could not be loaded. The requested file file was not found"
I checked in the net and found this is not allowed due to security reasons..!!!!. This is really not convincing to me, as one use case could be loading web pages stored offilne in usb or sdmmc. Is there any way by modfying Browser/AndroidManifest.xml ?? expecting some one to explain details. thanks in advance, -vinay H --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

