summaryrefslogtreecommitdiffstats
path: root/rcs/rcsservice
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2016-07-27 13:23:53 -0700
committerBrad Ebinger <breadley@google.com>2016-07-27 13:23:53 -0700
commit20da1e3855f6da7f99cf45a3a7ee97e25872f452 (patch)
tree1d2bccff272d62cffed87f08e1d847f77d587dce /rcs/rcsservice
parent7011540781e2e683ed34bc970f2f9ac3e248f092 (diff)
downloadplatform_external_ims-20da1e3855f6da7f99cf45a3a7ee97e25872f452.tar.gz
platform_external_ims-20da1e3855f6da7f99cf45a3a7ee97e25872f452.tar.bz2
platform_external_ims-20da1e3855f6da7f99cf45a3a7ee97e25872f452.zip
Make RCS broadcasts protected
Mark overlooked RCS broadcast intents as protected. Change-Id: I1adb82ae6d3ff4818263030d95419fa8f3dbe0ac Fix: 30430669 Fix: 30402079
Diffstat (limited to 'rcs/rcsservice')
-rw-r--r--rcs/rcsservice/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rcs/rcsservice/AndroidManifest.xml b/rcs/rcsservice/AndroidManifest.xml
index 1b9ad2a..436f393 100644
--- a/rcs/rcsservice/AndroidManifest.xml
+++ b/rcs/rcsservice/AndroidManifest.xml
@@ -44,6 +44,8 @@
<protected-broadcast android:name="com.android.ims.ACTION_PUBLISH_STATUS_CHANGED" />
<protected-broadcast android:name="com.android.service.ims.presence.retry" />
<protected-broadcast android:name="com.android.service.ims.presence.task.timeout" />
+ <protected-broadcast android:name="com.android.service.ims.presence.ims-feature-status-changed" />
+ <protected-broadcast android:name="com.android.service.ims.presence.retry.publish" />
<permission
android:name="com.android.ims.rcs.permission.STATUS_CHANGED"