diff options
Diffstat (limited to 'services/tests/servicestests/test-apps/SimpleServiceTestApp/AndroidManifest.xml')
-rw-r--r-- | services/tests/servicestests/test-apps/SimpleServiceTestApp/AndroidManifest.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/tests/servicestests/test-apps/SimpleServiceTestApp/AndroidManifest.xml b/services/tests/servicestests/test-apps/SimpleServiceTestApp/AndroidManifest.xml index 799ec53a6e33..78afb7b72c04 100644 --- a/services/tests/servicestests/test-apps/SimpleServiceTestApp/AndroidManifest.xml +++ b/services/tests/servicestests/test-apps/SimpleServiceTestApp/AndroidManifest.xml @@ -24,6 +24,9 @@ android:exported="true" /> <service android:name=".SimpleFgService" android:exported="true" /> + <service android:name=".SimpleIsolatedService" + android:isolatedProcess="true" + android:exported="true" /> </application> </manifest> |