summaryrefslogtreecommitdiff
path: root/tests/tests/os/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/os/AndroidManifest.xml')
-rw-r--r--tests/tests/os/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests/os/AndroidManifest.xml b/tests/tests/os/AndroidManifest.xml
index ef4893ee9c1..ffeac0a2c4f 100644
--- a/tests/tests/os/AndroidManifest.xml
+++ b/tests/tests/os/AndroidManifest.xml
@@ -80,6 +80,10 @@
android:name="android.os.cts.SharedMemoryService"
android:process=":sharedmem"
android:exported="false" />
+ <service
+ android:name="android.os.cts.ParcelExceptionService"
+ android:process=":remote"
+ android:exported="true" />
<service android:name="android.os.cts.LocalService">
<intent-filter>