summaryrefslogtreecommitdiff
path: root/core/tests/coretests/BinderProxyCountingTestApp/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/coretests/BinderProxyCountingTestApp/AndroidManifest.xml')
-rw-r--r--core/tests/coretests/BinderProxyCountingTestApp/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/tests/coretests/BinderProxyCountingTestApp/AndroidManifest.xml b/core/tests/coretests/BinderProxyCountingTestApp/AndroidManifest.xml
index a971730f389d..c8407b80cfac 100644
--- a/core/tests/coretests/BinderProxyCountingTestApp/AndroidManifest.xml
+++ b/core/tests/coretests/BinderProxyCountingTestApp/AndroidManifest.xml
@@ -16,6 +16,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.frameworks.coretests.binderproxycountingtestapp">
+ <queries>
+ <package android:name="com.android.frameworks.coretests.binderproxycountingtestservice" />
+ </queries>
<application>
<service android:name=".BpcTestAppCmdService"
android:exported="true"/>