OSDN Git Service

AI 145402: am: CL 145004 ADT #1761064: Properly refresh manifest activity list on...
authorRaphael Moll <>
Thu, 9 Apr 2009 20:09:46 +0000 (13:09 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 9 Apr 2009 20:09:46 +0000 (13:09 -0700)
  Issue: when the SDK gets (re)loaded, the uiRootNode changes
  in the UiTreeBlock. However the TreeViewer is using a
  content provider which root node was not updated. The fix is
  to make the content provider dynamically ask for the root
  node to the tree block. Instead of depending on the class
  directly, a new interface is passed for this.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 145402


No differences found