Tried putting if (!selfChange) return; inside the onChange method, stopped printing the history log even for active link clicks.
2011/7/19 Daniel Drozdzewski <[email protected]> > On 19 July 2011 11:59, Kostya Vasilyev <[email protected]> wrote: > > But when the user goes forward to a particular page for the first time, > > history is being made (== changed, sorry could not resist). > > To be exact, the history is being made only when user clicks a link or > types new url. > > About the notifications, use the boolean value passed to onChange() method. > It holds *true*, only for commit() to the cursor that is being > observed, which is exactly when the history is being made. > > Daniel > > -- > 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

