OSDN Git Service

AI 146554: am: CL 146249 am: CL 146237 ADT #1789339: Manifest editor now displays...
authorRaphael Moll <>
Sat, 18 Apr 2009 23:05:38 +0000 (16:05 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Sat, 18 Apr 2009 23:05:38 +0000 (16:05 -0700)
commit397f85f74838a4fdb32f85eabea8a3f723893717
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentd76718712c1bac11cea3b8905d07e20acf2550ed
AI 146554: am: CL 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/...
  Original author: android-build

Automated import of CL 146554