OSDN Git Service

AI 146249: am: CL 146237 ADT #1789339: Manifest editor now displays all extra sub...
authorRaphael Moll <>
Tue, 14 Apr 2009 23:55:07 +0000 (16:55 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 14 Apr 2009 23:55:07 +0000 (16:55 -0700)
commitf2a757b1654822538be9c6d1c3353e1c6618af8e
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent1ee11ab25f57ec8a2488bee60c95178fec124f74
AI 146249: am: CL 146237 ADT #1789339: Manifest editor now displays all extra sub-elements.
  Bug description is to add support for <uses-configuration>.
  Currently the Manifest editor already supports <uses-sdk> (which is an
  element node, not an attribute) by exposing it as a manifest attribute.
  That doesn't scale. So instead just provide a tree for all <manifest>
  child elements that are not handled in other pages. Currently that
  contains uses-sdk and uses-configuration but the nice part of it is that
  it will pick up automatically any new manfiest sub elements in the future.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 146249