OSDN Git Service

AI 146237: ADT #1789339: Manifest editor now displays all extra sub-elements.
authorRaphael Moll <>
Tue, 14 Apr 2009 23:13:37 +0000 (16:13 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 14 Apr 2009 23:13:37 +0000 (16:13 -0700)
commit7650bff067cb36bb077606e7bd8510b7172b8a40
tree11a9c1316e24ba4f106b73450d5cbaa2cf257880
parent2bd33b8f87cf7b81aa557f1d219e14304b231cce
AI 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.
  BUG=1789339

Automated import of CL 146237
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/editors/manifest/pages/OverviewInfoPart.java
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/editors/manifest/pages/OverviewPage.java