Hi Vinay, You can try to replace the line 202 in file Browser\src\com\android \browser\BrowserSettings.java
homeUrl += Partner.getString(ctx.getContentResolver(), Partner.CLIENT_ID); with these lines: if (Partner.getString(ctx.getContentResolver(), Partner.CLIENT_ID) != null) homeUrl += Partner.getString(ctx.getContentResolver(), Partner.CLIENT_ID); Regards, Vrukesh On Jul 1, 11:58 am, vinay harugop <[email protected]> wrote: > hi, > > when web browser is launched in android 1.5, then default browser URL > setting from BrowserSettings.java is attached with "null". And > ultimalty page mentioned is not opend with error "page is not found". > > "http://www.google.com/m?client=ms-"; will be displayed as > "http://www.google.com/m?client=ms-null"; > has anyone noticed this and got the fix? > > thanks, > -vinay --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
