Integrate unsubmitted cupcake change 148433:
	CTS: add testcase for android.app.IntentService
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index b3abf4a..3f9c7e9 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -796,6 +796,7 @@
         <service android:name="android.os.cts.MessengerService"
                 android:process=":messengerService">
         </service>
+        <service android:name="android.app.cts.IntentServiceStub"/>
 
         <activity android:name="android.app.cts.LaunchpadActivity" android:multiprocess="true">
         </activity>