OSDN Git Service

AI 144366: Activity Launcher filters out unlauncheable activity (bug #1736754)
authorXavier Ducrohet <>
Fri, 3 Apr 2009 04:44:15 +0000 (21:44 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Fri, 3 Apr 2009 04:44:15 +0000 (21:44 -0700)
commit01cdf8fe24f694b7382c978bf246982277bad209
treec2e13335c7795958a9b3ec6a29b702b61fe85ce8
parentd1bc5b4177c39d0e86127531e665f68ece1fb40d
AI 144366: Activity Launcher filters out unlauncheable activity (bug #1736754)
  Activities that do not have an action, or that are set to not be exported cannot be launched from 'am start...' so they should not be considered when finding an activity to launch.
  BUG=1736754

Automated import of CL 144366
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/launch/AndroidLaunchController.java
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/launch/LaunchConfigDelegate.java
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/launch/MainLaunchConfigTab.java
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/wizards/newproject/NewProjectCreationPage.java
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/common/project/AndroidManifestParser.java