OSDN Git Service

Manifest process name can start with :
authorXavier Ducrohet <xav@android.com>
Tue, 7 Sep 2010 23:47:16 +0000 (16:47 -0700)
committerXavier Ducrohet <xav@android.com>
Tue, 7 Sep 2010 23:47:16 +0000 (16:47 -0700)
commit5fc2a65e56c51db41bb146395926870db322305d
tree1923f167c3f65eed24e3442c7de75ef8239454af
parentd1db7e2ce68f42fafa916d4b0d9f2a50f946b980
Manifest process name can start with :

When an activity (or other component) starts with :
the actual process name become <package>:<name>.

This needs to be done in the manifest parser so that
matches can be found.

Change-Id: Ib4407bc7e3f9f73f60aa9f7e391bc90e0aebf35f
sdkmanager/libs/sdklib/src/com/android/sdklib/xml/ManifestData.java