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)
commitaf9e3debbb323fd80b2bc407ea97cb587f542815
tree1326de55272c33fb73459df6efd320706007fe2f
parent5f8b5a7d1d98f1f8d540ac20f86717deb7985de6
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
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/editors/manifest/pages/OverviewInfoPart.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/editors/manifest/pages/OverviewPage.java