summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ea009487..584ffc57 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -223,10 +223,9 @@
</intent-filter>
</service>
- <service android:name="com.android.packageinstaller.role.service.RoleControllerServiceImpl"
- android:permission="android.permission.BIND_ROLE_CONTROLLER_SERVICE">
+ <service android:name="com.android.packageinstaller.role.service.RoleControllerServiceImpl">
<intent-filter android:priority="1">
- <action android:name="android.rolecontrollerservice.RoleControllerService"/>
+ <action android:name="android.app.role.RoleControllerService"/>
</intent-filter>
</service>