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)
commitba4696ee143c7a0a75d6dffaf80986778b0c7328
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent28b9e5eec61e64dd0566d13ae500b371e248d570
AI 145402: am: CL 145004 ADT #1761064: Properly refresh manifest activity list on framework reload.
  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