OSDN Git Service

AI 146570: am: CL 146336 am: CL 146335 ADT: Rework the Manifest class browser.
authorRaphael Moll <>
Sun, 19 Apr 2009 04:01:33 +0000 (21:01 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Sun, 19 Apr 2009 04:01:33 +0000 (21:01 -0700)
  For ADT #1603194, it is desirable to select the Instrumentation
  Runner class from the android.jar. The class browser was filtering
  it out. The class browser has been changed like this:
  - include all source & jar package roots
  - a checkbox let the user toggle between searching only sources
  (of the project) or anything in the classpath (thus include jars.)
  The default is to include everything for the instrumentation and only
  the source for other browsers.
  Also improved a bit the filter by not iterating over the hierarchy
  and filtering out abstract classes (which was not needed before.)
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 146570


No differences found